|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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. |
List<Lifecycle> |
getLifecycles()
Method getLifecycles. |
String |
getModelEncoding()
Get the modelEncoding field. |
void |
removeLifecycle(Lifecycle lifecycle)
Method removeLifecycle. |
void |
setLifecycles(List<Lifecycle> lifecycles)
Set the lifecycles field. |
void |
setModelEncoding(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 List<Lifecycle> getLifecycles()
public String getModelEncoding()
public void removeLifecycle(Lifecycle lifecycle)
lifecycle
- public void setLifecycles(List<Lifecycle> lifecycles)
lifecycles
- public void setModelEncoding(String modelEncoding)
modelEncoding
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |