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 getGoals()
          Method getGoals.
 String getModelEncoding()
           
 void removeGoal(String string)
          Method removeGoal.
 void setConfiguration(Object configuration)
          Set configuration to pass to the goals.
 void setGoals(List goals)
          Set the goals to execute.
 void setModelEncoding(String modelEncoding)
          Set an encoding used for reading/writing the model.
 
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 getGoals()
Method getGoals.

Returns:
java.util.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 goals)
Set the goals to execute.

Parameters:
goals -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model.

Parameters:
modelEncoding - the encoding used when reading/writing the model.

getModelEncoding

public String getModelEncoding()
Returns:
the current encoding used when reading/writing this model.


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