|
||||||||||
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.
Field Summary | |
---|---|
private java.lang.String |
goal
Field goal |
private java.lang.String |
lifecycle
Field lifecycle |
private java.lang.String |
modelEncoding
|
private java.lang.String |
phase
Field phase |
Constructor Summary | |
---|---|
LifecycleExecution()
|
Method Summary | |
---|---|
java.lang.String |
getGoal()
Get A goal, not attached to a lifecycle phase, which should be executed ahead of this mojo. |
java.lang.String |
getLifecycle()
Get The name of the overlay to apply to the sub-lifecycle before executing it. |
java.lang.String |
getModelEncoding()
|
java.lang.String |
getPhase()
Get The phase in the sub-lifecycle. |
void |
setGoal(java.lang.String goal)
Set A goal, not attached to a lifecycle phase, which should be executed ahead of this mojo. |
void |
setLifecycle(java.lang.String lifecycle)
Set The name of the overlay to apply to the sub-lifecycle before executing it. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setPhase(java.lang.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 |
Field Detail |
---|
private java.lang.String lifecycle
private java.lang.String phase
private java.lang.String goal
private java.lang.String modelEncoding
Constructor Detail |
---|
public LifecycleExecution()
Method Detail |
---|
public java.lang.String getGoal()
public java.lang.String getLifecycle()
public java.lang.String getPhase()
public void setGoal(java.lang.String goal)
goal
- public void setLifecycle(java.lang.String lifecycle)
lifecycle
- public void setPhase(java.lang.String phase)
phase
- 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 |