org.sonar.batch.scan2
Class AnalyzerOptimizer

java.lang.Object
  extended by org.sonar.batch.scan2.AnalyzerOptimizer
All Implemented Interfaces:
BatchComponent

public class AnalyzerOptimizer
extends Object
implements BatchComponent


Constructor Summary
AnalyzerOptimizer(FileSystem fs, ActiveRules activeRules)
           
 
Method Summary
 boolean shouldExecute(DefaultSensorDescriptor descriptor)
          Decide if the given Analyzer should be executed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnalyzerOptimizer

public AnalyzerOptimizer(FileSystem fs,
                         ActiveRules activeRules)
Method Detail

shouldExecute

public boolean shouldExecute(DefaultSensorDescriptor descriptor)
Decide if the given Analyzer should be executed.



Copyright © 2009–2015 SonarSource. All rights reserved.