java.io.Serializablepublic class Lifecycle
extends java.lang.Object
implements java.io.Serializable
| Constructor | Description |
|---|---|
Lifecycle() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
addPhase(Phase phase) |
Method addPhase.
|
java.lang.String |
getId() |
Get the ID of this lifecycle, for identification in the mojo
descriptor.
|
java.util.List<Phase> |
getPhases() |
Method getPhases.
|
void |
removePhase(Phase phase) |
Method removePhase.
|
void |
setId(java.lang.String id) |
Set the ID of this lifecycle, for identification in the mojo
descriptor.
|
void |
setPhases(java.util.List<Phase> phases) |
Set the phase mappings for this lifecycle.
|
public void addPhase(Phase phase)
phase - public java.lang.String getId()
public java.util.List<Phase> getPhases()
public void removePhase(Phase phase)
phase - public void setId(java.lang.String id)
id - public void setPhases(java.util.List<Phase> phases)
phases -