|
||||||||||
| 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
Contains the configuration information of the container like Plugin.
| Constructor Summary | |
|---|---|
ConfigurationContainer()
|
|
| Method Summary | |
|---|---|
ConfigurationContainer |
clone()
Method clone. |
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()
|
boolean |
isInherited()
|
void |
setConfiguration(java.lang.Object configuration)
Set the configuration as DOM object. |
void |
setInherited(boolean inherited)
|
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 |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConfigurationContainer()
| Method Detail |
|---|
public ConfigurationContainer clone()
clone in class java.lang.Objectpublic java.lang.Object getConfiguration()
public java.lang.String getInherited()
String for
technical reasons, the semantic type is actually
Boolean. Default value is
true.
public void setConfiguration(java.lang.Object configuration)
configuration - public void setInherited(java.lang.String inherited)
String for
technical reasons, the semantic type is actually
Boolean. Default value is
true.
inherited - public boolean isInherited()
public void setInherited(boolean inherited)
public void unsetInheritanceApplied()
public boolean isInheritanceApplied()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||