org.apache.maven.plugin.lifecycle
Class Phase

java.lang.Object
  extended byorg.apache.maven.plugin.lifecycle.Phase
All Implemented Interfaces:
java.io.Serializable

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

A phase mapping definition.

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

Constructor Summary
Phase()
           
 
Method Summary
 void addExecution(Execution execution)
          Method addExecution
 java.util.List getExecutions()
          Method getExecutions
 java.lang.String getId()
          Get The ID of this phase, eg generate-sources.
 java.lang.String getModelEncoding()
           
 void removeExecution(Execution execution)
          Method removeExecution
 void setExecutions(java.util.List executions)
          Set The goals to execute within the phase.
 void setId(java.lang.String id)
          Set The ID of this phase, eg generate-sources.
 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

Phase

public Phase()
Method Detail

addExecution

public void addExecution(Execution execution)
Method addExecution

Parameters:
execution -

getExecutions

public java.util.List getExecutions()
Method getExecutions


getId

public java.lang.String getId()
Get The ID of this phase, eg generate-sources.


removeExecution

public void removeExecution(Execution execution)
Method removeExecution

Parameters:
execution -

setExecutions

public void setExecutions(java.util.List executions)
Set The goals to execute within the phase.

Parameters:
executions -

setId

public void setId(java.lang.String id)
Set The ID of this phase, eg generate-sources.

Parameters:
id -

setModelEncoding

public void setModelEncoding(java.lang.String modelEncoding)

getModelEncoding

public java.lang.String getModelEncoding()


Copyright 2005 Apache Software Foundation. All Rights Reserved.