org.apache.maven.lifecycle.internal.stub
Class LifecycleTaskSegmentCalculatorStub

java.lang.Object
  extended by org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator
      extended by org.apache.maven.lifecycle.internal.stub.LifecycleTaskSegmentCalculatorStub
All Implemented Interfaces:
LifecycleTaskSegmentCalculator

public class LifecycleTaskSegmentCalculatorStub
extends DefaultLifecycleTaskSegmentCalculator

Author:
Kristian Rosenvold

Field Summary
static String aggr
           
static String clean
           
static String install
           
 
Constructor Summary
LifecycleTaskSegmentCalculatorStub()
           
 
Method Summary
 List<TaskSegment> calculateTaskSegments(MavenSession session, List<String> tasks)
           
 boolean requiresProject(MavenSession session)
           
 
Methods inherited from class org.apache.maven.lifecycle.internal.DefaultLifecycleTaskSegmentCalculator
calculateTaskSegments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

clean

public static final String clean
See Also:
Constant Field Values

aggr

public static final String aggr
See Also:
Constant Field Values

install

public static final String install
See Also:
Constant Field Values
Constructor Detail

LifecycleTaskSegmentCalculatorStub

public LifecycleTaskSegmentCalculatorStub()
Method Detail

calculateTaskSegments

public List<TaskSegment> calculateTaskSegments(MavenSession session,
                                               List<String> tasks)
                                        throws PluginNotFoundException,
                                               PluginResolutionException,
                                               PluginDescriptorParsingException,
                                               MojoNotFoundException,
                                               NoPluginFoundForPrefixException,
                                               InvalidPluginDescriptorException,
                                               PluginVersionResolutionException
Specified by:
calculateTaskSegments in interface LifecycleTaskSegmentCalculator
Overrides:
calculateTaskSegments in class DefaultLifecycleTaskSegmentCalculator
Throws:
PluginNotFoundException
PluginResolutionException
PluginDescriptorParsingException
MojoNotFoundException
NoPluginFoundForPrefixException
InvalidPluginDescriptorException
PluginVersionResolutionException

requiresProject

public boolean requiresProject(MavenSession session)
Specified by:
requiresProject in interface LifecycleTaskSegmentCalculator
Overrides:
requiresProject in class DefaultLifecycleTaskSegmentCalculator


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