|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.lifecycle.Execution
public class Execution
A set of goals to execute.
Constructor Summary | |
---|---|
Execution()
|
Method Summary | |
---|---|
void |
addGoal(java.lang.String string)
Method addGoal |
java.lang.Object |
getConfiguration()
Get Configuration to pass to the goals. |
java.util.List |
getGoals()
Method getGoals |
java.lang.String |
getModelEncoding()
|
void |
removeGoal(java.lang.String string)
Method removeGoal |
void |
setConfiguration(java.lang.Object configuration)
Set Configuration to pass to the goals. |
void |
setGoals(java.util.List goals)
Set The goals to execute. |
void |
setModelEncoding(java.lang.String modelEncoding)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Execution()
Method Detail |
---|
public void addGoal(java.lang.String string)
string
- public java.lang.Object getConfiguration()
public java.util.List getGoals()
public void removeGoal(java.lang.String string)
string
- public void setConfiguration(java.lang.Object configuration)
configuration
- public void setGoals(java.util.List goals)
goals
- 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 |