Class Execution
java.lang.Object
org.apache.maven.plugin.lifecycle.Execution
- All Implemented Interfaces:
- Serializable
A set of goals to execute.
- Version:
- $Revision$ $Date$
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidMethod addGoal.Get configuration to pass to the goals.getGoals()Method getGoals.voidremoveGoal(String string) Method removeGoal.voidsetConfiguration(Object configuration) Set configuration to pass to the goals.voidSet the goals to execute.
- 
Constructor Details- 
Executionpublic Execution()
 
- 
- 
Method Details- 
addGoalMethod addGoal.- Parameters:
- string- a string object.
 
- 
getConfigurationGet configuration to pass to the goals.- Returns:
- Object
 
- 
getGoalsMethod getGoals.- Returns:
- List
 
- 
removeGoalMethod removeGoal.- Parameters:
- string- a string object.
 
- 
setConfigurationSet configuration to pass to the goals.- Parameters:
- configuration- a configuration object.
 
- 
setGoalsSet the goals to execute.- Parameters:
- goals- a goals object.
 
 
-