public class PluginConfiguration extends PluginContainer implements java.io.Serializable, java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
private PluginManagement |
pluginManagement
Default plugin information to be made available for
reference by projects
derived from this one.
|
pluginMap| Constructor and Description |
|---|
PluginConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
PluginConfiguration |
clone()
Method clone.
|
PluginManagement |
getPluginManagement()
Get default plugin information to be made available for
reference by projects
derived from this one.
|
void |
setPluginManagement(PluginManagement pluginManagement)
Set default plugin information to be made available for
reference by projects
derived from this one.
|
addPlugin, flushPluginMap, getLocation, getPlugins, getPluginsAsMap, removePlugin, setLocation, setOtherLocation, setPluginsprivate PluginManagement pluginManagement
public PluginConfiguration clone()
clone in class PluginContainerpublic PluginManagement getPluginManagement()
public void setPluginManagement(PluginManagement pluginManagement)
pluginManagement -