Class LifecycleConfiguration
java.lang.Object
org.apache.maven.plugin.lifecycle.LifecycleConfiguration
- All Implemented Interfaces:
 Serializable
Root element of the 
lifecycle.xml file.- Version:
 - $Revision$ $Date$
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddLifecycle(Lifecycle lifecycle) Method addLifecycle.Method getLifecycles.Get the modelEncoding field.voidremoveLifecycle(Lifecycle lifecycle) Method removeLifecycle.voidsetLifecycles(List<Lifecycle> lifecycles) Set the lifecycles field.voidsetModelEncoding(String modelEncoding) Set the modelEncoding field. 
- 
Constructor Details
- 
LifecycleConfiguration
public LifecycleConfiguration() 
 - 
 - 
Method Details
- 
addLifecycle
Method addLifecycle.- Parameters:
 lifecycle- a lifecycle object.
 - 
getLifecycles
Method getLifecycles.- Returns:
 - List
 
 - 
getModelEncoding
Get the modelEncoding field.- Returns:
 - String
 
 - 
removeLifecycle
Method removeLifecycle.- Parameters:
 lifecycle- a lifecycle object.
 - 
setLifecycles
Set the lifecycles field.- Parameters:
 lifecycles- a lifecycles object.
 - 
setModelEncoding
Set the modelEncoding field.- Parameters:
 modelEncoding- a modelEncoding object.
 
 -