org.apache.maven.plugin.lifecycle
Class Lifecycle

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

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

Class Lifecycle.

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

Constructor Summary
Lifecycle()
           
 
Method Summary
 void addPhase(Phase phase)
          Method addPhase
 java.lang.String getId()
          Method getId
 java.util.List getPhases()
          Method getPhases
 void removePhase(Phase phase)
          Method removePhase
 void setId(java.lang.String id)
          Method setId
 void setPhases(java.util.List phases)
          Method setPhases
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lifecycle

public Lifecycle()
Method Detail

addPhase

public void addPhase(Phase phase)
Method addPhase

Parameters:
phase -

getId

public java.lang.String getId()
Method getId


getPhases

public java.util.List getPhases()
Method getPhases


removePhase

public void removePhase(Phase phase)
Method removePhase

Parameters:
phase -

setId

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

Parameters:
id -

setPhases

public void setPhases(java.util.List phases)
Method setPhases

Parameters:
phases -


Copyright 2005 Apache Software Foundation. All Rights Reserved.