Class PluginRealmCache.CacheRecord

  • Enclosing interface:
    PluginRealmCache

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

      Fields 
      Modifier and Type Field Description
      private java.util.List<Artifact> artifacts  
      private org.codehaus.plexus.classworlds.realm.ClassRealm realm  
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<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
    • Field Detail

      • realm

        private final org.codehaus.plexus.classworlds.realm.ClassRealm realm
      • artifacts

        private final java.util.List<Artifact> artifacts
    • Constructor Detail

      • CacheRecord

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

      • getRealm

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

        public java.util.List<Artifact> getArtifacts()