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:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Method addGoal.Get configuration to pass to the goals.getGoals()
Method getGoals.void
removeGoal
(String string) Method removeGoal.void
setConfiguration
(Object configuration) Set configuration to pass to the goals.void
Set the goals to execute.
-
Field Details
-
configuration
Configuration to pass to the goals. -
goals
Field goals.
-
-
Constructor Details
-
Execution
public Execution()
-
-
Method Details
-
addGoal
Method addGoal.- Parameters:
string
-
-
getConfiguration
Get configuration to pass to the goals.- Returns:
- Object
-
getGoals
Method getGoals.- Returns:
- List
-
removeGoal
Method removeGoal.- Parameters:
string
-
-
setConfiguration
Set configuration to pass to the goals.- Parameters:
configuration
-
-
setGoals
Set the goals to execute.- Parameters:
goals
-
-