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