Uses of Interface
org.apache.maven.project.artifact.ProjectArtifactsCache.Key
-
Uses of ProjectArtifactsCache.Key in org.apache.maven.project.artifact
Modifier and TypeClassDescriptionprotected static class
CacheKeyModifier and TypeFieldDescriptionprotected final Map<ProjectArtifactsCache.Key,
ProjectArtifactsCache.CacheRecord> DefaultProjectArtifactsCache.cache
Modifier and TypeMethodDescriptionDefaultProjectArtifactsCache.createKey
(MavenProject project, Collection<String> scopesToCollect, Collection<String> scopesToResolve, boolean aggregating, org.eclipse.aether.RepositorySystemSession session) ProjectArtifactsCache.createKey
(MavenProject project, Collection<String> scopesToCollect, Collection<String> scopesToResolve, boolean aggregating, org.eclipse.aether.RepositorySystemSession session) Modifier and TypeMethodDescriptionprotected void
DefaultProjectArtifactsCache.assertUniqueKey
(ProjectArtifactsCache.Key key) DefaultProjectArtifactsCache.get
(ProjectArtifactsCache.Key key) ProjectArtifactsCache.get
(ProjectArtifactsCache.Key key) DefaultProjectArtifactsCache.put
(ProjectArtifactsCache.Key key, Set<Artifact> projectArtifacts) DefaultProjectArtifactsCache.put
(ProjectArtifactsCache.Key key, LifecycleExecutionException exception) ProjectArtifactsCache.put
(ProjectArtifactsCache.Key key, Set<Artifact> pluginArtifacts) ProjectArtifactsCache.put
(ProjectArtifactsCache.Key key, LifecycleExecutionException e) void
DefaultProjectArtifactsCache.register
(MavenProject project, ProjectArtifactsCache.Key cacheKey, ProjectArtifactsCache.CacheRecord record) void
ProjectArtifactsCache.register
(MavenProject project, ProjectArtifactsCache.Key cacheKey, ProjectArtifactsCache.CacheRecord record) Registers the specified cache record for usage with the given project.