Uses of Interface
org.apache.maven.plugin.PluginArtifactsCache.Key
-
Uses of PluginArtifactsCache.Key in org.apache.maven.plugin
Modifier and TypeClassDescriptionprotected static class
CacheKeyModifier and TypeFieldDescriptionprotected final Map
<PluginArtifactsCache.Key, PluginArtifactsCache.CacheRecord> DefaultPluginArtifactsCache.cache
Modifier and TypeMethodDescriptionDefaultPluginArtifactsCache.createKey
(Plugin plugin, org.eclipse.aether.graph.DependencyFilter extensionFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) PluginArtifactsCache.createKey
(Plugin plugin, org.eclipse.aether.graph.DependencyFilter extensionFilter, List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session) Modifier and TypeMethodDescriptionprotected void
DefaultPluginArtifactsCache.assertUniqueKey
(PluginArtifactsCache.Key key) DefaultPluginArtifactsCache.get
(PluginArtifactsCache.Key key) PluginArtifactsCache.get
(PluginArtifactsCache.Key key) DefaultPluginArtifactsCache.put
(PluginArtifactsCache.Key key, List<Artifact> pluginArtifacts) DefaultPluginArtifactsCache.put
(PluginArtifactsCache.Key key, PluginResolutionException exception) PluginArtifactsCache.put
(PluginArtifactsCache.Key key, List<Artifact> pluginArtifacts) PluginArtifactsCache.put
(PluginArtifactsCache.Key key, PluginResolutionException e) void
DefaultPluginArtifactsCache.register
(MavenProject project, PluginArtifactsCache.Key cacheKey, PluginArtifactsCache.CacheRecord record) void
PluginArtifactsCache.register
(MavenProject project, PluginArtifactsCache.Key cacheKey, PluginArtifactsCache.CacheRecord record) Registers the specified cache record for usage with the given project.