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 SummaryNested classes/interfaces inherited from class org.apache.maven.model.BaseObjectBaseObject.ChildrenTracking
- 
Field SummaryFields inherited from class org.apache.maven.model.BaseObjectchildrenTracking, delegate
- 
Constructor SummaryConstructorsConstructorDescriptionPluginConfiguration(PluginConfiguration delegate) PluginConfiguration(PluginConfiguration delegate, BaseObject parent) 
- 
Method SummaryModifier and TypeMethodDescriptionclone()booleangetLocation(Object key) Gets the location of the specified field in the input source.inthashCode()static List<PluginConfiguration> static List<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 org.apache.maven.model.PluginContaineraddPlugin, flushPluginMap, getPlugins, getPluginsAsMap, pluginContainerToApiV3, pluginContainerToApiV4, removePlugin, setPluginsMethods inherited from class org.apache.maven.model.BaseObjectupdate
- 
Constructor Details- 
PluginConfigurationpublic PluginConfiguration()
- 
PluginConfiguration
- 
PluginConfiguration
 
- 
- 
Method Details- 
clone- Overrides:
- clonein class- PluginContainer
 
- 
getDelegate- Overrides:
- getDelegatein class- PluginContainer
 
- 
equals- Overrides:
- equalsin class- PluginContainer
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- PluginContainer
 
- 
getPluginManagement
- 
setPluginManagement
- 
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
 
- 
pluginConfigurationToApiV4
- 
pluginConfigurationToApiV3
- 
toString- Overrides:
- toStringin class- PluginContainer
- See Also:
 
 
-