| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.lifecycle.Lifecycle
public class Lifecycle
A custom lifecycle mapping definition.
| Constructor Summary | |
|---|---|
Lifecycle()
 | 
|
| Method Summary | |
|---|---|
 void | 
addPhase(Phase phase)
Method addPhase.  | 
 String | 
getId()
Get the ID of this lifecycle, for identification in the mojo descriptor.  | 
 List<Phase> | 
getPhases()
Method getPhases.  | 
 void | 
removePhase(Phase phase)
Method removePhase.  | 
 void | 
setId(String id)
Set the ID of this lifecycle, for identification in the mojo descriptor.  | 
 void | 
setPhases(List<Phase> phases)
Set the phase mappings for this lifecycle.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Lifecycle()
| Method Detail | 
|---|
public void addPhase(Phase phase)
phase - public String getId()
public List<Phase> getPhases()
public void removePhase(Phase phase)
phase - public void setId(String id)
id - public void setPhases(List<Phase> phases)
phases - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||