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