|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.tools.model.LifecycleExecution
public class LifecycleExecution
A sub-process execution of a lifecycle to satisfy the needs of a mojo.
Constructor Summary | |
---|---|
LifecycleExecution()
|
Method Summary | |
---|---|
String |
getGoal()
Get A goal, not attached to a lifecycle phase, which should be executed ahead of this mojo. |
String |
getLifecycle()
Get The name of the overlay to apply to the sub-lifecycle before executing it. |
String |
getModelEncoding()
|
String |
getPhase()
Get The phase in the sub-lifecycle. |
void |
setGoal(String goal)
Set A goal, not attached to a lifecycle phase, which should be executed ahead of this mojo. |
void |
setLifecycle(String lifecycle)
Set The name of the overlay to apply to the sub-lifecycle before executing it. |
void |
setModelEncoding(String modelEncoding)
|
void |
setPhase(String phase)
Set The phase in the sub-lifecycle. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LifecycleExecution()
Method Detail |
---|
public String getGoal()
public String getLifecycle()
public String getPhase()
public void setGoal(String goal)
goal
- public void setLifecycle(String lifecycle)
lifecycle
- public void setPhase(String phase)
phase
- public void setModelEncoding(String modelEncoding)
public String getModelEncoding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |