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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLifecycle
(Lifecycle lifecycle) Method addLifecycle.Method getLifecycles.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.
-
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.
-