Package org.apache.maven.model
Class ConfigurationContainer
java.lang.Object
org.apache.maven.model.ConfigurationContainer
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Plugin
,PluginExecution
Contains the configuration information of the container like
Plugin.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the configuration as DOM object.Get whether any configuration should be propagated to child POMs.boolean
void
setConfiguration
(Object configuration) Set the configuration as DOM object.void
setInherited
(String inherited) Set whether any configuration should be propagated to child POMs.void
-
Constructor Details
-
ConfigurationContainer
public ConfigurationContainer()
-
-
Method Details
-
getConfiguration
Get the configuration as DOM object.- Returns:
- Object
-
getInherited
Get whether any configuration should be propagated to child POMs.- Returns:
- String
-
setConfiguration
Set the configuration as DOM object.- Parameters:
configuration
- a configuration object.
-
setInherited
Set whether any configuration should be propagated to child POMs.- Parameters:
inherited
- a inherited object.
-
unsetInheritanceApplied
public void unsetInheritanceApplied() -
isInheritanceApplied
public boolean isInheritanceApplied()
-