| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 Objectpublic InputLocation getLocation(Object key)
InputLocationTracker
getLocation in interface InputLocationTrackerkey - 
public List<Plugin> getPlugins()
public void removePlugin(Plugin plugin)
plugin - 
public void setLocation(Object key,
                        InputLocation location)
InputLocationTracker
setLocation in interface InputLocationTrackerkey - 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 | |||||||||