public class ConfigurationContainer extends Object implements Serializable
Constructor and Description |
---|
ConfigurationContainer() |
Modifier and Type | Method and Description |
---|---|
Object |
getConfiguration()
Get the configuration as DOM object.
|
String |
getInherited()
Get whether any configuration should be propagated to child
POMs.
|
boolean |
isInheritanceApplied() |
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 |
unsetInheritanceApplied() |
public Object getConfiguration()
public String getInherited()
public void setConfiguration(Object configuration)
configuration
- public void setInherited(String inherited)
inherited
- public void unsetInheritanceApplied()
public boolean isInheritanceApplied()
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.