|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.ConfigurationContainer
public class ConfigurationContainer
Class ConfigurationContainer.
Field Summary | |
---|---|
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 Summary | |
---|---|
ConfigurationContainer()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String inherited
private java.lang.Object configuration
private boolean inheritanceApplied
Constructor Detail |
---|
public ConfigurationContainer()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |