|
||||||||||
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<java.lang.String> |
getGoals()
Method getGoals. |
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<java.lang.String> goals)
Set the goals to execute. |
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<java.lang.String> getGoals()
public void removeGoal(java.lang.String string)
string
- public void setConfiguration(java.lang.Object configuration)
configuration
- public void setGoals(java.util.List<java.lang.String> goals)
goals
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |