org.sonar.batch.phases
Class SensorsExecutor

java.lang.Object
  extended by org.sonar.batch.phases.SensorsExecutor
All Implemented Interfaces:
BatchComponent

public class SensorsExecutor
extends Object
implements BatchComponent


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

Constructor Detail

SensorsExecutor

public SensorsExecutor(BatchExtensionDictionnary selector,
                       Project project,
                       ProjectDefinition projectDefinition,
                       MavenPluginExecutor mavenExecutor,
                       EventBus eventBus)
Method Detail

execute

public void execute(SensorContext context)


Copyright © 2009-2012 SonarSource. All Rights Reserved.