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