| 
||||||||||
| 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.  | 
 List | 
getLifecycles()
Method getLifecycles.  | 
 String | 
getModelEncoding()
 | 
 void | 
removeLifecycle(Lifecycle lifecycle)
Method removeLifecycle.  | 
 void | 
setLifecycles(List lifecycles)
Set the lifecycles field.  | 
 void | 
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.  | 
| 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 getLifecycles()
public void removeLifecycle(Lifecycle lifecycle)
lifecycle - public void setLifecycles(List lifecycles)
lifecycles - public void setModelEncoding(String modelEncoding)
modelEncoding - the encoding used when reading/writing the model.public String getModelEncoding()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||