Package org.apache.maven.plugin
Class DefaultPluginArtifactsCache.CacheKey
- java.lang.Object
-
- org.apache.maven.plugin.DefaultPluginArtifactsCache.CacheKey
-
- All Implemented Interfaces:
PluginArtifactsCache.Key
- Enclosing class:
- DefaultPluginArtifactsCache
protected static class DefaultPluginArtifactsCache.CacheKey extends java.lang.Object implements PluginArtifactsCache.Key
CacheKey
-
-
Constructor Summary
Constructors Constructor Description CacheKey(org.apache.maven.model.Plugin plugin, org.eclipse.aether.graph.DependencyFilter extensionFilter, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
java.lang.String
toString()
-