Package | Description |
---|---|
org.apache.maven.plugin |
Modifier and Type | Class and Description |
---|---|
private static class |
DefaultPluginDescriptorCache.CacheKey |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<PluginDescriptorCache.Key,PluginDescriptor> |
DefaultPluginDescriptorCache.descriptors |
Modifier and Type | Method and Description |
---|---|
PluginDescriptorCache.Key |
PluginDescriptorCache.createKey(Plugin plugin,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
PluginDescriptorCache.Key |
DefaultPluginDescriptorCache.createKey(Plugin plugin,
java.util.List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
Modifier and Type | Method and Description |
---|---|
PluginDescriptor |
PluginDescriptorCache.get(PluginDescriptorCache.Key key) |
PluginDescriptor |
DefaultPluginDescriptorCache.get(PluginDescriptorCache.Key cacheKey) |
void |
PluginDescriptorCache.put(PluginDescriptorCache.Key key,
PluginDescriptor pluginDescriptor) |
void |
DefaultPluginDescriptorCache.put(PluginDescriptorCache.Key cacheKey,
PluginDescriptor pluginDescriptor) |