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 Summary
Nested classes/interfaces inherited from class org.apache.maven.model.BaseObject
BaseObject.ChildrenTracking - 
Field Summary
Fields inherited from class org.apache.maven.model.BaseObject
childrenTracking, delegate - 
Constructor Summary
ConstructorsConstructorDescriptionPluginManagement(PluginManagement delegate) PluginManagement(PluginManagement delegate, BaseObject parent)  - 
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetLocation(Object key) Gets the location of the specified field in the input source.inthashCode()static List<PluginManagement>static List<PluginManagement>protected booleanvoidsetLocation(Object key, InputLocation location) Sets the location of the specified field.Methods inherited from class org.apache.maven.model.PluginContainer
addPlugin, flushPluginMap, getPlugins, getPluginsAsMap, pluginContainerToApiV3, pluginContainerToApiV4, removePlugin, setPlugins, toStringMethods inherited from class org.apache.maven.model.BaseObject
update 
- 
Constructor Details
- 
PluginManagement
public PluginManagement() - 
PluginManagement
 - 
PluginManagement
 
 - 
 - 
Method Details
- 
clone
- Overrides:
 clonein classPluginContainer
 - 
getDelegate
- Overrides:
 getDelegatein classPluginContainer
 - 
equals
- Overrides:
 equalsin classPluginContainer
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classPluginContainer
 - 
getLocation
Description copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- Specified by:
 getLocationin interfaceInputLocationTracker- Overrides:
 getLocationin classPluginContainer- Parameters:
 key- The key of the field, must not benull.- Returns:
 - The location of the field in the input source or
 
nullif unknown. 
 - 
setLocation
Description copied from interface:InputLocationTrackerSets the location of the specified field.- Specified by:
 setLocationin interfaceInputLocationTracker- Overrides:
 setLocationin classPluginContainer- Parameters:
 key- The key of the field, must not benull.location- The location of the field, may benull.
 - 
replace
- Overrides:
 replacein classPluginContainer
 - 
pluginManagementToApiV4
 - 
pluginManagementToApiV3
 
 -