Package org.apache.maven.model
Class PluginManagement
java.lang.Object
org.apache.maven.model.BaseObject
org.apache.maven.model.PluginContainer
org.apache.maven.model.PluginManagement
- All Implemented Interfaces:
- Serializable,- Cloneable,- InputLocationTracker
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class org.apache.maven.model.BaseObjectBaseObject.ChildrenTracking
- 
Field SummaryFields inherited from class org.apache.maven.model.BaseObjectchildrenTracking, delegate
- 
Constructor SummaryConstructorsConstructorDescriptionPluginManagement(PluginManagement delegate) PluginManagement(PluginManagement delegate, BaseObject parent) 
- 
Method SummaryModifier and TypeMethodDescriptionclone()booleangetLocation(Object key) Gets the location of the specified field in the input source.inthashCode()static List<PluginManagement> static List<PluginManagement> protected booleanvoidsetImportedFrom(InputLocation location) voidsetLocation(Object key, InputLocation location) Sets the location of the specified field.Methods inherited from class org.apache.maven.model.PluginContaineraddPlugin, flushPluginMap, getPlugins, getPluginsAsMap, pluginContainerToApiV3, pluginContainerToApiV4, removePlugin, setPlugins, toStringMethods inherited from class org.apache.maven.model.BaseObjectupdate
- 
Constructor Details- 
PluginManagementpublic PluginManagement()
- 
PluginManagement
- 
PluginManagement
 
- 
- 
Method Details- 
clone- Overrides:
- clonein class- PluginContainer
 
- 
getDelegate- Overrides:
- getDelegatein class- PluginContainer
 
- 
equals- Overrides:
- equalsin class- PluginContainer
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- PluginContainer
 
- 
getLocationDescription copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Specified by:
- getLocationin interface- InputLocationTracker
- Overrides:
- getLocationin class- PluginContainer
- Parameters:
- key- The key of the field, must not be- null.
- Returns:
- The location of the field in the input source or
 nullif unknown.
 
- 
setLocationDescription copied from interface:InputLocationTrackerSets the location of the specified field.- Specified by:
- setLocationin interface- InputLocationTracker
- Overrides:
- setLocationin class- PluginContainer
- Parameters:
- key- The key of the field, must not be- null.
- location- The location of the field, may be- null.
 
- 
getImportedFrom- Overrides:
- getImportedFromin class- PluginContainer
 
- 
setImportedFrom- Overrides:
- setImportedFromin class- PluginContainer
 
- 
getLocationKeys- Overrides:
- getLocationKeysin class- PluginContainer
 
- 
replace- Overrides:
- replacein class- PluginContainer
 
- 
pluginManagementToApiV4
- 
pluginManagementToApiV3
 
-