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 SummaryConstructors
- 
Method SummaryModifier 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- 
Lifecyclepublic Lifecycle()
 
- 
- 
Method Details- 
addPhaseMethod addPhase.- Parameters:
- phase- a phase object.
 
- 
getIdGet the ID of this lifecycle, for identification in the mojo descriptor.- Returns:
- String
 
- 
getPhasesMethod getPhases.- Returns:
- List
 
- 
removePhaseMethod removePhase.- Parameters:
- phase- a phase object.
 
- 
setIdSet the ID of this lifecycle, for identification in the mojo descriptor.- Parameters:
- id- a id object.
 
- 
setPhasesSet the phase mappings for this lifecycle.- Parameters:
- phases- a phases object.
 
 
-