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

java.lang.Object
  extended by org.apache.maven.lifecycle.internal.MojoExecutor
      extended by org.apache.maven.lifecycle.internal.stub.MojoExecutorStub

public class MojoExecutorStub
extends MojoExecutor

Author:
Kristian Rosenvold

Field Summary
 List<MojoExecution> executions
           
 
Constructor Summary
MojoExecutorStub()
           
 
Method Summary
static MojoDescriptor createMojoDescriptor(String mojoDescription)
           
 void execute(MavenSession session, List<MojoExecution> mojoExecutions, ProjectIndex projectIndex)
           
 void execute(MavenSession session, MojoExecution mojoExecution, ProjectIndex projectIndex, DependencyContext dependencyContext, PhaseRecorder phaseRecorder)
           
 
Methods inherited from class org.apache.maven.lifecycle.internal.MojoExecutor
ensureDependenciesAreResolved, executeForkedExecutions, newDependencyContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executions

public List<MojoExecution> executions
Constructor Detail

MojoExecutorStub

public MojoExecutorStub()
Method Detail

execute

public void execute(MavenSession session,
                    MojoExecution mojoExecution,
                    ProjectIndex projectIndex,
                    DependencyContext dependencyContext,
                    PhaseRecorder phaseRecorder)
             throws LifecycleExecutionException
Overrides:
execute in class MojoExecutor
Throws:
LifecycleExecutionException

execute

public void execute(MavenSession session,
                    List<MojoExecution> mojoExecutions,
                    ProjectIndex projectIndex)
             throws LifecycleExecutionException
Overrides:
execute in class MojoExecutor
Throws:
LifecycleExecutionException

createMojoDescriptor

public static MojoDescriptor createMojoDescriptor(String mojoDescription)


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