org.sonar.batch.scan2
Class ModuleScanExecutor

java.lang.Object
  extended by org.sonar.batch.scan2.ModuleScanExecutor

public final class ModuleScanExecutor
extends Object


Constructor Summary
ModuleScanExecutor(SensorsExecutor analyzersExecutor, SensorContext analyzerContext, FileSystemLogger fsLogger, DefaultModuleFileSystem fs, QProfileVerifier profileVerifier, IssueExclusionsLoader issueExclusionsLoader, AnalysisPublisher analyzisPublisher)
           
 
Method Summary
 void execute()
          Executed on each module
static Collection<Class> getPhaseClasses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleScanExecutor

public ModuleScanExecutor(SensorsExecutor analyzersExecutor,
                          SensorContext analyzerContext,
                          FileSystemLogger fsLogger,
                          DefaultModuleFileSystem fs,
                          QProfileVerifier profileVerifier,
                          IssueExclusionsLoader issueExclusionsLoader,
                          AnalysisPublisher analyzisPublisher)
Method Detail

getPhaseClasses

public static Collection<Class> getPhaseClasses()

execute

public void execute()
Executed on each module



Copyright © 2009–2015 SonarSource. All rights reserved.