|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.maven.model.ConfigurationContainer
public class ConfigurationContainer
Contains the configuration information of the container like Plugin.
Constructor Summary | |
---|---|
ConfigurationContainer()
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationContainer()
Method Detail |
---|
public Object getConfiguration()
public String getInherited()
public void setConfiguration(Object configuration)
configuration
- public void setInherited(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 |