Uses of Interface
org.apache.maven.plugin.PluginDescriptorCache.Key
-
Packages that use PluginDescriptorCache.Key Package Description org.apache.maven.plugin -
-
Uses of PluginDescriptorCache.Key in org.apache.maven.plugin
Classes in org.apache.maven.plugin that implement PluginDescriptorCache.Key Modifier and Type Class Description private static class
DefaultPluginDescriptorCache.CacheKey
Fields in org.apache.maven.plugin with type parameters of type PluginDescriptorCache.Key Modifier and Type Field Description private java.util.Map<PluginDescriptorCache.Key,PluginDescriptor>
DefaultPluginDescriptorCache. descriptors
Methods in org.apache.maven.plugin that return PluginDescriptorCache.Key Modifier and Type Method Description PluginDescriptorCache.Key
DefaultPluginDescriptorCache. createKey(Plugin plugin, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session)
PluginDescriptorCache.Key
PluginDescriptorCache. createKey(Plugin plugin, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session)
Methods in org.apache.maven.plugin with parameters of type PluginDescriptorCache.Key Modifier and Type Method Description PluginDescriptor
DefaultPluginDescriptorCache. get(PluginDescriptorCache.Key cacheKey)
PluginDescriptor
PluginDescriptorCache. get(PluginDescriptorCache.Key key)
void
DefaultPluginDescriptorCache. put(PluginDescriptorCache.Key cacheKey, PluginDescriptor pluginDescriptor)
void
PluginDescriptorCache. put(PluginDescriptorCache.Key key, PluginDescriptor pluginDescriptor)
-