|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.lifecycle.LifecycleConfiguration
public class LifecycleConfiguration
Root element of the lifecycle.xml file.
Constructor Summary | |
---|---|
LifecycleConfiguration()
|
Method Summary | |
---|---|
void |
addLifecycle(Lifecycle lifecycle)
Method addLifecycle. |
java.util.List<Lifecycle> |
getLifecycles()
Method getLifecycles. |
java.lang.String |
getModelEncoding()
Get the modelEncoding field. |
void |
removeLifecycle(Lifecycle lifecycle)
Method removeLifecycle. |
void |
setLifecycles(java.util.List<Lifecycle> lifecycles)
Set the lifecycles field. |
void |
setModelEncoding(java.lang.String modelEncoding)
Set the modelEncoding field. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LifecycleConfiguration()
Method Detail |
---|
public void addLifecycle(Lifecycle lifecycle)
lifecycle
- public java.util.List<Lifecycle> getLifecycles()
public java.lang.String getModelEncoding()
public void removeLifecycle(Lifecycle lifecycle)
lifecycle
- public void setLifecycles(java.util.List<Lifecycle> lifecycles)
lifecycles
- public void setModelEncoding(java.lang.String modelEncoding)
modelEncoding
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |