org.sonar.batch.phases
Class InitializersExecutor

java.lang.Object
  extended by org.sonar.batch.phases.InitializersExecutor

public class InitializersExecutor
extends Object


Constructor Summary
InitializersExecutor(BatchExtensionDictionnary selector, Project project, DefaultModuleFileSystem fs, MavenPluginExecutor mavenExecutor, EventBus eventBus)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitializersExecutor

public InitializersExecutor(BatchExtensionDictionnary selector,
                            Project project,
                            DefaultModuleFileSystem fs,
                            MavenPluginExecutor mavenExecutor,
                            EventBus eventBus)
Method Detail

execute

public void execute()


Copyright © 2009–2015 SonarSource. All rights reserved.