org.sonar.batch.scan.maven
Class FakeMavenPluginExecutor

java.lang.Object
  extended by org.sonar.batch.scan.maven.FakeMavenPluginExecutor
All Implemented Interfaces:
Extension, TaskComponent, TaskExtension, MavenPluginExecutor

public final class FakeMavenPluginExecutor
extends Object
implements MavenPluginExecutor


Constructor Summary
FakeMavenPluginExecutor()
           
 
Method Summary
 MavenPluginHandler execute(Project project, DefaultModuleFileSystem fs, MavenPluginHandler handler)
           
 void execute(Project project, DefaultModuleFileSystem fs, String goal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FakeMavenPluginExecutor

public FakeMavenPluginExecutor()
Method Detail

execute

public void execute(Project project,
                    DefaultModuleFileSystem fs,
                    String goal)
Specified by:
execute in interface MavenPluginExecutor

execute

public MavenPluginHandler execute(Project project,
                                  DefaultModuleFileSystem fs,
                                  MavenPluginHandler handler)
Specified by:
execute in interface MavenPluginExecutor


Copyright © 2009–2015 SonarSource. All rights reserved.