org.apache.maven.plugin
Class PluginRealmCache.CacheRecord

java.lang.Object
  extended by org.apache.maven.plugin.PluginRealmCache.CacheRecord
Enclosing interface:
PluginRealmCache

public static class PluginRealmCache.CacheRecord
extends java.lang.Object


Field Summary
 java.util.List<Artifact> artifacts
           
 org.codehaus.plexus.classworlds.realm.ClassRealm realm
           
 
Constructor Summary
PluginRealmCache.CacheRecord(org.codehaus.plexus.classworlds.realm.ClassRealm realm, java.util.List<Artifact> artifacts)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

realm

public final org.codehaus.plexus.classworlds.realm.ClassRealm realm

artifacts

public final java.util.List<Artifact> artifacts
Constructor Detail

PluginRealmCache.CacheRecord

public PluginRealmCache.CacheRecord(org.codehaus.plexus.classworlds.realm.ClassRealm realm,
                                    java.util.List<Artifact> artifacts)


Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.