Class Lifecycle
java.lang.Object
org.apache.maven.plugin.lifecycle.Lifecycle
- All Implemented Interfaces:
Serializable
A custom lifecycle mapping definition.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidMethod addPhase.getId()Get the ID of this lifecycle, for identification in the mojo descriptor.Method getPhases.voidremovePhase(Phase phase) Method removePhase.voidSet the ID of this lifecycle, for identification in the mojo descriptor.voidSet the phase mappings for this lifecycle.
-
Constructor Details
-
Lifecycle
public Lifecycle()
-
-
Method Details
-
addPhase
-
getId
Get the ID of this lifecycle, for identification in the mojo descriptor.- Returns:
- String
-
getPhases
-
removePhase
-
setId
Set the ID of this lifecycle, for identification in the mojo descriptor.- Parameters:
id- a id object.
-
setPhases
-