Class TaskSegment
java.lang.Object
org.apache.maven.lifecycle.internal.TaskSegment
Describes the required task segment as provided on the maven command line; i.e. "clean jetty:run install"
 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, Kristian Rosenvold (extracted class only)
 
- 
Constructor Summary
ConstructorsConstructorDescriptionTaskSegment(boolean aggregating) TaskSegment(boolean aggregating, Object... tasks)  - 
Method Summary