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()
getLocation
(Object key) Gets the ___location of the specified field in the input source.static List<PluginManagement>
static List<PluginManagement>
protected boolean
void
setLocation
(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
Methods inherited from class org.apache.maven.model.BaseObject
update
-
Constructor Details
-
PluginManagement
public PluginManagement() -
PluginManagement
-
PluginManagement
-
-
Method Details
-
clone
- Overrides:
clone
in classPluginContainer
-
getDelegate
- Overrides:
getDelegate
in classPluginContainer
-
getLocation
Description copied from interface:InputLocationTracker
Gets the ___location of the specified field in the input source.- Specified by:
getLocation
in interfaceInputLocationTracker
- Overrides:
getLocation
in classPluginContainer
- Parameters:
key
- The key of the field, must not benull
.- Returns:
- The ___location of the field in the input source or
null
if unknown.
-
setLocation
Description copied from interface:InputLocationTracker
Sets the ___location of the specified field.- Specified by:
setLocation
in interfaceInputLocationTracker
- Overrides:
setLocation
in classPluginContainer
- Parameters:
key
- The key of the field, must not benull
.___location
- The ___location of the field, may benull
.
-
replace
- Overrides:
replace
in classPluginContainer
-
pluginManagementToApiV4
-
pluginManagementToApiV3
-