org.apache.maven.plugin.lifecycle
Class Execution

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


getGoals

public List getGoals()
Method getGoals


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)

getModelEncoding

public String getModelEncoding()


Copyright 2001-2006 Apache Software Foundation. All Rights Reserved.