Class PluginRealmCache.CacheRecord

  • Enclosing interface:
    PluginRealmCache

    public static class PluginRealmCache.CacheRecord
    extends java.lang.Object
    CacheRecord
    • Constructor Summary

      Constructors 
      Constructor Description
      CacheRecord​(org.codehaus.plexus.classworlds.realm.ClassRealm realm, java.util.List<org.apache.maven.artifact.Artifact> artifacts)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.apache.maven.artifact.Artifact> getArtifacts()  
      org.codehaus.plexus.classworlds.realm.ClassRealm getRealm()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CacheRecord

        public CacheRecord​(org.codehaus.plexus.classworlds.realm.ClassRealm realm,
                           java.util.List<org.apache.maven.artifact.Artifact> artifacts)
    • Method Detail

      • getRealm

        public org.codehaus.plexus.classworlds.realm.ClassRealm getRealm()
      • getArtifacts

        public java.util.List<org.apache.maven.artifact.Artifact> getArtifacts()