Uses of Interface
org.apache.maven.plugin.PluginArtifactsCache.Key
-
Packages that use PluginArtifactsCache.Key Package Description org.apache.maven.plugin -
-
Uses of PluginArtifactsCache.Key in org.apache.maven.plugin
Classes in org.apache.maven.plugin that implement PluginArtifactsCache.Key Modifier and Type Class Description protected static classDefaultPluginArtifactsCache.CacheKeyCacheKeyFields in org.apache.maven.plugin with type parameters of type PluginArtifactsCache.Key Modifier and Type Field Description protected java.util.Map<PluginArtifactsCache.Key,PluginArtifactsCache.CacheRecord>DefaultPluginArtifactsCache. cacheMethods in org.apache.maven.plugin that return PluginArtifactsCache.Key Modifier and Type Method Description PluginArtifactsCache.KeyDefaultPluginArtifactsCache. createKey(org.apache.maven.model.Plugin plugin, org.eclipse.aether.graph.DependencyFilter extensionFilter, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session)PluginArtifactsCache.KeyPluginArtifactsCache. createKey(org.apache.maven.model.Plugin plugin, org.eclipse.aether.graph.DependencyFilter extensionFilter, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session)Methods in org.apache.maven.plugin with parameters of type PluginArtifactsCache.Key Modifier and Type Method Description protected voidDefaultPluginArtifactsCache. assertUniqueKey(PluginArtifactsCache.Key key)PluginArtifactsCache.CacheRecordDefaultPluginArtifactsCache. get(PluginArtifactsCache.Key key)PluginArtifactsCache.CacheRecordPluginArtifactsCache. get(PluginArtifactsCache.Key key)PluginArtifactsCache.CacheRecordDefaultPluginArtifactsCache. put(PluginArtifactsCache.Key key, java.util.List<org.apache.maven.artifact.Artifact> pluginArtifacts)PluginArtifactsCache.CacheRecordDefaultPluginArtifactsCache. put(PluginArtifactsCache.Key key, PluginResolutionException exception)PluginArtifactsCache.CacheRecordPluginArtifactsCache. put(PluginArtifactsCache.Key key, java.util.List<org.apache.maven.artifact.Artifact> pluginArtifacts)PluginArtifactsCache.CacheRecordPluginArtifactsCache. put(PluginArtifactsCache.Key key, PluginResolutionException e)voidDefaultPluginArtifactsCache. register(MavenProject project, PluginArtifactsCache.Key cacheKey, PluginArtifactsCache.CacheRecord rcrd)voidPluginArtifactsCache. register(MavenProject project, PluginArtifactsCache.Key cacheKey, PluginArtifactsCache.CacheRecord rcrd)Registers the specified cache record for usage with the given project.
-