Package org.apache.maven.model
Class ConfigurationContainer
java.lang.Object
org.apache.maven.model.BaseObject
org.apache.maven.model.ConfigurationContainer
- All Implemented Interfaces:
- Serializable,- Cloneable,- InputLocationTracker
- Direct Known Subclasses:
- Plugin,- PluginExecution,- ReportPlugin,- ReportSet
- 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 SummaryConstructorsConstructorDescriptionConfigurationContainer(ConfigurationContainer delegate) ConfigurationContainer(ConfigurationContainer delegate, BaseObject parent) 
- 
Method SummaryModifier and TypeMethodDescriptionclone()static List<ConfigurationContainer>static List<ConfigurationContainer>booleangetLocation(Object key) Gets the location of the specified field in the input source.inthashCode()booleanprotected booleanvoidsetConfiguration(Object configuration) voidsetImportedFrom(InputLocation location) voidsetInherited(String inherited) voidsetLocation(Object key, InputLocation location) Sets the location of the specified field.voidDeprecated.Methods inherited from class org.apache.maven.model.BaseObjectupdate
- 
Constructor Details- 
ConfigurationContainerpublic ConfigurationContainer()
- 
ConfigurationContainer
- 
ConfigurationContainer
 
- 
- 
Method Details- 
clone
- 
getDelegate- Overrides:
- getDelegatein class- BaseObject
 
- 
equals
- 
hashCodepublic int hashCode()
- 
getInherited
- 
setInherited
- 
getConfiguration
- 
setConfiguration
- 
getLocationDescription copied from interface:InputLocationTrackerGets the location of the specified field in the input source.- 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.- Parameters:
- key- The key of the field, must not be- null.
- location- The location of the field, may be- null.
 
- 
getImportedFrom
- 
setImportedFrom
- 
getLocationKeys
- 
replace- Overrides:
- replacein class- BaseObject
 
- 
configurationContainerToApiV4public static List<ConfigurationContainer> configurationContainerToApiV4(List<ConfigurationContainer> list) 
- 
configurationContainerToApiV3public static List<ConfigurationContainer> configurationContainerToApiV3(List<ConfigurationContainer> list) 
- 
isInheritedpublic boolean isInherited()
- 
unsetInheritanceAppliedDeprecated.
 
-