org.apache.maven.lifecycle.mapping
Class Lifecycle

java.lang.Object
  extended by org.apache.maven.lifecycle.mapping.Lifecycle

public class Lifecycle
extends Object

Class Lifecycle.


Constructor Summary
Lifecycle()
           
 
Method Summary
 String getId()
          Method getId
 Map<String,String> getPhases()
          Method getPhases
 void setId(String id)
          Method setId
 void setPhases(Map<String,String> 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

getId

public String getId()
Method getId


getPhases

public Map<String,String> getPhases()
Method getPhases


setId

public void setId(String id)
Method setId

Parameters:
id -

setPhases

public void setPhases(Map<String,String> phases)
Method setPhases

Parameters:
phases -


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.