Class Execution
- java.lang.Object
-
- org.apache.maven.plugin.lifecycle.Execution
-
- All Implemented Interfaces:
Serializable
public class Execution extends Object implements Serializable
A set of goals to execute.- Version:
- $Revision$ $Date$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Execution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGoal(String string)Method addGoal.ObjectgetConfiguration()Get configuration to pass to the goals.List<String>getGoals()Method getGoals.voidremoveGoal(String string)Method removeGoal.voidsetConfiguration(Object configuration)Set configuration to pass to the goals.voidsetGoals(List<String> goals)Set the goals to execute.
-
-
-
Method Detail
-
addGoal
public void addGoal(String string)
Method addGoal.- Parameters:
string-
-
getConfiguration
public Object getConfiguration()
Get configuration to pass to the goals.- Returns:
- Object
-
removeGoal
public void removeGoal(String string)
Method removeGoal.- Parameters:
string-
-
setConfiguration
public void setConfiguration(Object configuration)
Set configuration to pass to the goals.- Parameters:
configuration-
-
-