Package | Description |
---|---|
org.apache.maven.plugin |
Modifier and Type | Method and Description |
---|---|
PluginDescriptorCache.Key |
PluginDescriptorCache.createKey(Plugin plugin,
List<org.eclipse.aether.repository.RemoteRepository> repositories,
org.eclipse.aether.RepositorySystemSession session) |
PluginDescriptorCache.Key |
DefaultPluginDescriptorCache.createKey(Plugin plugin,
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) |
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.