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 BaseObject
BaseObject.ChildrenTracking -
Field Summary
Fields inherited from class BaseObject
childrenTracking, delegate -
Constructor Summary
ConstructorsConstructorDescriptionPluginConfiguration(org.apache.maven.api.model.PluginConfiguration delegate) PluginConfiguration(org.apache.maven.api.model.PluginConfiguration delegate, BaseObject parent) -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanorg.apache.maven.api.model.PluginConfigurationgetLocation(Object key) Gets the location of the specified field in the input source.inthashCode()static List<PluginConfiguration> pluginConfigurationToApiV3(List<org.apache.maven.api.model.PluginConfiguration> list) static List<org.apache.maven.api.model.PluginConfiguration> protected booleanvoidsetImportedFrom(InputLocation location) voidsetLocation(Object key, InputLocation location) Sets the location of the specified field.voidsetPluginManagement(PluginManagement pluginManagement) toString()Methods inherited from class PluginContainer
addPlugin, flushPluginMap, getPlugins, getPluginsAsMap, pluginContainerToApiV3, pluginContainerToApiV4, removePlugin, setPluginsMethods inherited from class BaseObject
update
-
Constructor Details
-
PluginConfiguration
public PluginConfiguration() -
PluginConfiguration
public PluginConfiguration(org.apache.maven.api.model.PluginConfiguration delegate) -
PluginConfiguration
public PluginConfiguration(org.apache.maven.api.model.PluginConfiguration delegate, BaseObject parent)
-
-
Method Details
-
clone
- Overrides:
clonein classPluginContainer
-
getDelegate
public org.apache.maven.api.model.PluginConfiguration getDelegate()- Overrides:
getDelegatein classPluginContainer
-
equals
- Overrides:
equalsin classPluginContainer
-
hashCode
public int hashCode()- Overrides:
hashCodein classPluginContainer
-
getPluginManagement
-
setPluginManagement
-
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.
-
getImportedFrom
- Overrides:
getImportedFromin classPluginContainer
-
setImportedFrom
- Overrides:
setImportedFromin classPluginContainer
-
getLocationKeys
- Overrides:
getLocationKeysin classPluginContainer
-
replace
- Overrides:
replacein classPluginContainer
-
pluginConfigurationToApiV4
public static List<org.apache.maven.api.model.PluginConfiguration> pluginConfigurationToApiV4(List<PluginConfiguration> list) -
pluginConfigurationToApiV3
public static List<PluginConfiguration> pluginConfigurationToApiV3(List<org.apache.maven.api.model.PluginConfiguration> list) -
toString
- Overrides:
toStringin classPluginContainer- See Also:
-