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 extensionDictionnary, Project project, SonarIndex index, 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

DecoratorsExecutor

public DecoratorsExecutor(BatchExtensionDictionnary extensionDictionnary,
                          Project project,
                          SonarIndex index,
                          EventBus eventBus)
Method Detail

execute

public void execute()


Copyright © 2009-2012 SonarSource. All Rights Reserved.