org.sonar.batch.phases
Class DecoratorsExecutor

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

public class DecoratorsExecutor
extends Object
implements BatchComponent


Constructor Summary
DecoratorsExecutor(BatchExtensionDictionnary batchExtDictionnary, Project project, SonarIndex index, EventBus eventBus, MeasurementFilters measurementFilters, MeasureCache measureCache, MetricFinder metricFinder, DuplicationCache duplicationCache)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoratorsExecutor

public DecoratorsExecutor(BatchExtensionDictionnary batchExtDictionnary,
                          Project project,
                          SonarIndex index,
                          EventBus eventBus,
                          MeasurementFilters measurementFilters,
                          MeasureCache measureCache,
                          MetricFinder metricFinder,
                          DuplicationCache duplicationCache)
Method Detail

execute

public void execute()


Copyright © 2009–2015 SonarSource. All rights reserved.