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)
           
 
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.


getGoals

public java.util.List getGoals()
Method getGoals


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)

getModelEncoding

public java.lang.String getModelEncoding()


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