Package | Description |
---|---|
org.apache.maven.model |
Modifier and Type | Method and Description |
---|---|
Plugin |
Plugin.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
List<Plugin> |
PluginContainer.getPlugins()
Method getPlugins.
|
Map<String,Plugin> |
PluginContainer.getPluginsAsMap() |
Modifier and Type | Method and Description |
---|---|
void |
PluginContainer.addPlugin(Plugin plugin)
Method addPlugin.
|
void |
PluginContainer.removePlugin(Plugin plugin)
Method removePlugin.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginContainer.setPlugins(List<Plugin> plugins)
Set the list of plugins to use.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.