public interface LifecycleTaskSegmentCalculator
Modifier and Type | Method and Description |
---|---|
List<TaskSegment> |
calculateTaskSegments(MavenSession session) |
List<TaskSegment> |
calculateTaskSegments(MavenSession session,
List<String> tasks) |
boolean |
requiresProject(MavenSession session) |
List<TaskSegment> calculateTaskSegments(MavenSession session) throws PluginNotFoundException, PluginResolutionException, PluginDescriptorParsingException, MojoNotFoundException, NoPluginFoundForPrefixException, InvalidPluginDescriptorException, PluginVersionResolutionException, LifecyclePhaseNotFoundException, LifecycleNotFoundException
List<TaskSegment> calculateTaskSegments(MavenSession session, List<String> tasks) throws PluginNotFoundException, PluginResolutionException, PluginDescriptorParsingException, MojoNotFoundException, NoPluginFoundForPrefixException, InvalidPluginDescriptorException, PluginVersionResolutionException
boolean requiresProject(MavenSession session)
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.