org.apache.maven.lifecycle
Class Lifecycle

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

public class Lifecycle
extends Object

Class Lifecycle.


Constructor Summary
Lifecycle()
           
Lifecycle(String id, List<String> phases, Map<String,String> defaultPhases)
           
 
Method Summary
 Map<String,String> getDefaultPhases()
           
 String getId()
           
 List<String> getPhases()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Lifecycle

public Lifecycle()

Lifecycle

public Lifecycle(String id,
                 List<String> phases,
                 Map<String,String> defaultPhases)
Method Detail

getId

public String getId()

getPhases

public List<String> getPhases()

getDefaultPhases

public Map<String,String> getDefaultPhases()

toString

public String toString()
Overrides:
toString in class Object


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