org.sonar.batch
Class SensorsExecutor

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

public class SensorsExecutor
extends Object
implements CoreJob


Constructor Summary
SensorsExecutor(BatchExtensionDictionnary selector, Project project, DatabaseSession session, MavenPluginExecutor mavenExecutor)
           
 
Method Summary
 void execute(Project project, 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,
                       DatabaseSession session,
                       MavenPluginExecutor mavenExecutor)
Method Detail

execute

public void execute(Project project,
                    SensorContext context)
Specified by:
execute in interface CoreJob


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.