org.apache.maven.lifecycle.internal
Class LifecycleTask

java.lang.Object
  extended by org.apache.maven.lifecycle.internal.LifecycleTask

public final class LifecycleTask
extends Object

A task that is a lifecycle

NOTE: This class is not part of any public api and can be changed or deleted without prior notice.

Since:
3.0
Author:
Benjamin Bentmann

Constructor Summary
LifecycleTask(String lifecyclePhase)
           
 
Method Summary
 String getLifecyclePhase()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LifecycleTask

public LifecycleTask(String lifecyclePhase)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getLifecyclePhase

public String getLifecyclePhase()


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.