public class ConfigurationContainer
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private java.lang.Object |
configuration
Field configuration.
|
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 field.
|
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 field.
|
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()