|
||||||||||
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 |
java.lang.String |
getId()
Get The ID of this lifecycle, for identification in the mojo descriptor. |
java.lang.String |
getModelEncoding()
|
java.util.List |
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 |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setPhases(java.util.List 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 java.lang.String getId()
public java.util.List getPhases()
public void removePhase(Phase phase)
phase
- public void setId(java.lang.String id)
id
- public void setPhases(java.util.List phases)
phases
- public void setModelEncoding(java.lang.String modelEncoding)
public java.lang.String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |