org.sonar.batch
Class DecoratorsExecutor

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

public class DecoratorsExecutor
extends Object
implements CoreJob


Constructor Summary
DecoratorsExecutor(BatchExtensionDictionnary extensionDictionnary, DefaultSonarIndex index, DatabaseSession session, ViolationsDao violationsDao)
           
 
Method Summary
 void execute(Project project, SensorContext sensorContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratorsExecutor

public DecoratorsExecutor(BatchExtensionDictionnary extensionDictionnary,
                          DefaultSonarIndex index,
                          DatabaseSession session,
                          ViolationsDao violationsDao)
Method Detail

execute

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


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