Package org.apache.maven.model
Class PluginConfiguration
java.lang.Object
org.apache.maven.model.BaseObject
org.apache.maven.model.PluginContainer
org.apache.maven.model.PluginConfiguration
- All Implemented Interfaces:
Serializable
,Cloneable
,InputLocationTracker
- Direct Known Subclasses:
BuildBase
@Generated
public class PluginConfiguration
extends PluginContainer
implements Serializable, Cloneable
- 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
ConstructorsConstructorDescriptionPluginConfiguration
(PluginConfiguration delegate) PluginConfiguration
(PluginConfiguration delegate, BaseObject parent) -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getLocation
(Object key) Gets the ___location of the specified field in the input source.int
hashCode()
static List
<PluginConfiguration> static List
<PluginConfiguration> protected boolean
void
setLocation
(Object key, InputLocation ___location) Sets the ___location of the specified field.void
setPluginManagement
(PluginManagement pluginManagement) toString()
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
-
PluginConfiguration
public PluginConfiguration() -
PluginConfiguration
-
PluginConfiguration
-
-
Method Details
-
clone
- Overrides:
clone
in classPluginContainer
-
getDelegate
- Overrides:
getDelegate
in classPluginContainer
-
equals
- Overrides:
equals
in classPluginContainer
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPluginContainer
-
getPluginManagement
-
setPluginManagement
-
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
-
pluginConfigurationToApiV4
-
pluginConfigurationToApiV3
-
toString
- Overrides:
toString
in classPluginContainer
- See Also:
-