|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.model.PluginContainer
public class PluginContainer
Contains the plugins informations for the project.
Constructor Summary | |
---|---|
PluginContainer()
|
Method Summary | |
---|---|
void |
addPlugin(Plugin plugin)
Method addPlugin. |
PluginContainer |
clone()
Method clone. |
void |
flushPluginMap()
Reset the pluginsMap field to null |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input source. |
List<Plugin> |
getPlugins()
Method getPlugins. |
Map<String,Plugin> |
getPluginsAsMap()
|
void |
removePlugin(Plugin plugin)
Method removePlugin. |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field. |
void |
setPlugins(List<Plugin> plugins)
Set the list of plugins to use. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PluginContainer()
Method Detail |
---|
public void addPlugin(Plugin plugin)
plugin
- public PluginContainer clone()
clone
in class Object
public InputLocation getLocation(Object key)
InputLocationTracker
getLocation
in interface InputLocationTracker
key
-
public List<Plugin> getPlugins()
public void removePlugin(Plugin plugin)
plugin
- public void setLocation(Object key, InputLocation location)
InputLocationTracker
setLocation
in interface InputLocationTracker
key
- location
- public void setPlugins(List<Plugin> plugins)
plugins
- public void flushPluginMap()
pluginsMap
field to null
public Map<String,Plugin> getPluginsAsMap()
Plugins#getKey()
as keyPlugin.getKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |