Class DefaultProjectArtifactsCache.CacheKey
- java.lang.Object
-
- org.apache.maven.project.artifact.DefaultProjectArtifactsCache.CacheKey
-
- All Implemented Interfaces:
ProjectArtifactsCache.Key
- Enclosing class:
- DefaultProjectArtifactsCache
protected static class DefaultProjectArtifactsCache.CacheKey extends java.lang.Object implements ProjectArtifactsCache.Key
CacheKey
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
aggregating
private java.lang.String
artifactId
private java.util.Set<java.lang.String>
collect
private java.util.Set<java.lang.String>
dependencyArtifacts
private java.lang.String
groupId
private int
hashCode
private org.eclipse.aether.repository.LocalRepository
localRepo
private java.util.List<org.eclipse.aether.repository.RemoteRepository>
repositories
private java.util.Set<java.lang.String>
resolve
private java.lang.String
version
private org.eclipse.aether.repository.WorkspaceRepository
workspace
-
Constructor Summary
Constructors Constructor Description CacheKey(MavenProject project, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, java.util.Collection<java.lang.String> scopesToCollect, java.util.Collection<java.lang.String> scopesToResolve, boolean aggregating, 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()
-
-
-
Field Detail
-
groupId
private final java.lang.String groupId
-
artifactId
private final java.lang.String artifactId
-
version
private final java.lang.String version
-
dependencyArtifacts
private final java.util.Set<java.lang.String> dependencyArtifacts
-
workspace
private final org.eclipse.aether.repository.WorkspaceRepository workspace
-
localRepo
private final org.eclipse.aether.repository.LocalRepository localRepo
-
repositories
private final java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories
-
collect
private final java.util.Set<java.lang.String> collect
-
resolve
private final java.util.Set<java.lang.String> resolve
-
aggregating
private boolean aggregating
-
hashCode
private final int hashCode
-
-
Constructor Detail
-
CacheKey
public CacheKey(MavenProject project, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, java.util.Collection<java.lang.String> scopesToCollect, java.util.Collection<java.lang.String> scopesToResolve, boolean aggregating, org.eclipse.aether.RepositorySystemSession session)
-
-