org.apache.maven.lifecycle.internal
Class GoalTask

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

public final class GoalTask
extends Object

A task that is a goal

TODO: From a concurrecy perspective, this class is not good. The combination of mutable/immutable state is not nice

Since:
3.0
Author:
Benjamin Bentmann

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

Constructor Detail

GoalTask

public GoalTask(String pluginGoal)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


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