Interface LifecycleExecutionPlanCalculator
- All Known Implementing Classes:
- DefaultLifecycleExecutionPlanCalculator
public interface LifecycleExecutionPlanCalculator
- Since:
- 3.0
- Author:
- Benjamin Bentmann, Kristian Rosenvold (extract interface only)
- 
Method SummaryModifier and TypeMethodDescriptioncalculateExecutionPlan(MavenSession session, MavenProject project, List<Object> tasks) calculateExecutionPlan(MavenSession session, MavenProject project, List<Object> tasks, boolean setup) voidcalculateForkedExecutions(MojoExecution mojoExecution, MavenSession session) voidsetupMojoExecution(MavenSession session, MavenProject project, MojoExecution mojoExecution) 
- 
Method Details- 
calculateExecutionPlanMavenExecutionPlan calculateExecutionPlan(MavenSession session, MavenProject project, List<Object> tasks) throws PluginNotFoundException, PluginResolutionException, LifecyclePhaseNotFoundException, PluginDescriptorParsingException, MojoNotFoundException, InvalidPluginDescriptorException, NoPluginFoundForPrefixException, LifecycleNotFoundException, PluginVersionResolutionException 
- 
calculateExecutionPlanMavenExecutionPlan calculateExecutionPlan(MavenSession session, MavenProject project, List<Object> tasks, boolean setup) throws PluginNotFoundException, PluginResolutionException, LifecyclePhaseNotFoundException, PluginDescriptorParsingException, MojoNotFoundException, InvalidPluginDescriptorException, NoPluginFoundForPrefixException, LifecycleNotFoundException, PluginVersionResolutionException 
- 
calculateForkedExecutionsvoid calculateForkedExecutions(MojoExecution mojoExecution, MavenSession session) throws MojoNotFoundException, PluginNotFoundException, PluginResolutionException, PluginDescriptorParsingException, NoPluginFoundForPrefixException, InvalidPluginDescriptorException, LifecyclePhaseNotFoundException, LifecycleNotFoundException, PluginVersionResolutionException 
- 
setupMojoExecutionvoid setupMojoExecution(MavenSession session, MavenProject project, MojoExecution mojoExecution) throws PluginNotFoundException, PluginResolutionException, PluginDescriptorParsingException, MojoNotFoundException, InvalidPluginDescriptorException, NoPluginFoundForPrefixException, LifecyclePhaseNotFoundException, LifecycleNotFoundException, PluginVersionResolutionException 
 
-