org.apache.maven.model
Class PluginExecution

java.lang.Object
  extended by org.apache.maven.model.ConfigurationContainer
      extended by org.apache.maven.model.PluginExecution
All Implemented Interfaces:
java.io.Serializable

public class PluginExecution
extends ConfigurationContainer
implements java.io.Serializable

Class PluginExecution.

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

Field Summary
static java.lang.String DEFAULT_EXECUTION_ID
           
 
Constructor Summary
PluginExecution()
           
 
Method Summary
 void addGoal(java.lang.String string)
          Method addGoal
 java.util.List getGoals()
          Method getGoals
 java.lang.String getId()
          Method getId
 java.lang.String getPhase()
          Method getPhase
 void removeGoal(java.lang.String string)
          Method removeGoal
 void setGoals(java.util.List goals)
          Method setGoals
 void setId(java.lang.String id)
          Method setId
 void setPhase(java.lang.String phase)
          Method setPhase
 
Methods inherited from class org.apache.maven.model.ConfigurationContainer
getConfiguration, getInherited, isInheritanceApplied, setConfiguration, setInherited, unsetInheritanceApplied
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_EXECUTION_ID

public static final java.lang.String DEFAULT_EXECUTION_ID
See Also:
Constant Field Values
Constructor Detail

PluginExecution

public PluginExecution()
Method Detail

addGoal

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

Parameters:
string -

getGoals

public java.util.List getGoals()
Method getGoals


getId

public java.lang.String getId()
Method getId


getPhase

public java.lang.String getPhase()
Method getPhase


removeGoal

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

Parameters:
string -

setGoals

public void setGoals(java.util.List goals)
Method setGoals

Parameters:
goals -

setId

public void setId(java.lang.String id)
Method setId

Parameters:
id -

setPhase

public void setPhase(java.lang.String phase)
Method setPhase

Parameters:
phase -


Copyright 2005 Apache Software Foundation. All Rights Reserved.