org.apache.maven.plugin
Class DefaultPluginRealmCache.CacheKey

java.lang.Object
  extended by org.apache.maven.plugin.DefaultPluginRealmCache.CacheKey
All Implemented Interfaces:
PluginRealmCache.Key
Enclosing class:
DefaultPluginRealmCache

protected static class DefaultPluginRealmCache.CacheKey
extends java.lang.Object
implements PluginRealmCache.Key


Constructor Summary
DefaultPluginRealmCache.CacheKey(Plugin plugin, java.lang.ClassLoader parentRealm, java.util.List<java.lang.String> parentImports, org.sonatype.aether.graph.DependencyFilter dependencyFilter, java.util.List<org.sonatype.aether.repository.RemoteRepository> repositories, org.sonatype.aether.RepositorySystemSession session)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultPluginRealmCache.CacheKey

public DefaultPluginRealmCache.CacheKey(Plugin plugin,
                                        java.lang.ClassLoader parentRealm,
                                        java.util.List<java.lang.String> parentImports,
                                        org.sonatype.aether.graph.DependencyFilter dependencyFilter,
                                        java.util.List<org.sonatype.aether.repository.RemoteRepository> repositories,
                                        org.sonatype.aether.RepositorySystemSession session)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.