Uses of Interface
org.apache.maven.project.artifact.ProjectArtifactsCache.Key
Packages that use ProjectArtifactsCache.Key
-
Uses of ProjectArtifactsCache.Key in org.apache.maven.project.artifact
Classes in org.apache.maven.project.artifact that implement ProjectArtifactsCache.KeyModifier and TypeClassDescriptionprotected static class
CacheKeyFields in org.apache.maven.project.artifact with type parameters of type ProjectArtifactsCache.KeyModifier and TypeFieldDescriptionprotected final Map<ProjectArtifactsCache.Key,
ProjectArtifactsCache.CacheRecord> DefaultProjectArtifactsCache.cache
Methods in org.apache.maven.project.artifact that return ProjectArtifactsCache.KeyModifier 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) Methods in org.apache.maven.project.artifact with parameters of type ProjectArtifactsCache.KeyModifier 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.