org.apache.maven.plugin.lifecycle
Class Execution

java.lang.Object
  extended by org.apache.maven.plugin.lifecycle.Execution
All Implemented Interfaces:
java.io.Serializable

public class Execution
extends java.lang.Object
implements java.io.Serializable

A set of goals to execute.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
Execution()
           
 
Method Summary
 void addGoal(java.lang.String string)
          Method addGoal.
 java.lang.Object getConfiguration()
          Get configuration to pass to the goals.
 java.util.List getGoals()
          Method getGoals.
 java.lang.String getModelEncoding()
           
 void removeGoal(java.lang.String string)
          Method removeGoal.
 void setConfiguration(java.lang.Object configuration)
          Set configuration to pass to the goals.
 void setGoals(java.util.List goals)
          Set the goals to execute.
 void setModelEncoding(java.lang.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(java.lang.String string)
Method addGoal.

Parameters:
string -

getConfiguration

public java.lang.Object getConfiguration()
Get configuration to pass to the goals.

Returns:
Object

getGoals

public java.util.List getGoals()
Method getGoals.

Returns:
java.util.List

removeGoal

public void removeGoal(java.lang.String string)
Method removeGoal.

Parameters:
string -

setConfiguration

public void setConfiguration(java.lang.Object configuration)
Set configuration to pass to the goals.

Parameters:
configuration -

setGoals

public void setGoals(java.util.List goals)
Set the goals to execute.

Parameters:
goals -

setModelEncoding

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

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

getModelEncoding

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


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