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 classDefaultPluginDescriptorCache.CacheKeyFields 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. descriptorsMethods in org.apache.maven.plugin that return PluginDescriptorCache.Key Modifier and Type Method Description PluginDescriptorCache.KeyDefaultPluginDescriptorCache. createKey(Plugin plugin, java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories, org.eclipse.aether.RepositorySystemSession session)PluginDescriptorCache.KeyPluginDescriptorCache. 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 PluginDescriptorDefaultPluginDescriptorCache. get(PluginDescriptorCache.Key cacheKey)PluginDescriptorPluginDescriptorCache. get(PluginDescriptorCache.Key key)voidDefaultPluginDescriptorCache. put(PluginDescriptorCache.Key cacheKey, PluginDescriptor pluginDescriptor)voidPluginDescriptorCache. put(PluginDescriptorCache.Key key, PluginDescriptor pluginDescriptor)
-