public class ConfigurationContainer
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Object |
configuration
The configuration as DOM object.
|
private boolean |
inheritanceApplied |
private java.lang.String |
inherited
Whether any configuration should be propagated to child POMs.
|
| Constructor and Description |
|---|
ConfigurationContainer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getConfiguration()
Get the configuration as DOM object.
|
java.lang.String |
getInherited()
Get whether any configuration should be propagated to child
POMs.
|
boolean |
isInheritanceApplied() |
void |
setConfiguration(java.lang.Object configuration)
Set the configuration as DOM object.
|
void |
setInherited(java.lang.String inherited)
Set whether any configuration should be propagated to child
POMs.
|
void |
unsetInheritanceApplied() |
private java.lang.String inherited
private java.lang.Object configuration
private boolean inheritanceApplied
public java.lang.Object getConfiguration()
public java.lang.String getInherited()
public void setConfiguration(java.lang.Object configuration)
configuration - public void setInherited(java.lang.String inherited)
inherited - public void unsetInheritanceApplied()
public boolean isInheritanceApplied()