org.apache.maven.plugin.lifecycle
Class Execution

java.lang.Object
  extended by 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
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

Execution

public Execution()
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

getGoals

public List<String> getGoals()
Method getGoals.

Returns:
List

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 -

setGoals

public void setGoals(List<String> goals)
Set the goals to execute.

Parameters:
goals -


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.