Uses of Interface
org.sonar.api.batch.rule.ActiveRules

Packages that use ActiveRules
org.sonar.api.batch.rule   
org.sonar.api.batch.rule.internal   
org.sonar.api.batch.sensor   
 

Uses of ActiveRules in org.sonar.api.batch.rule
 

Constructors in org.sonar.api.batch.rule with parameters of type ActiveRules
CheckFactory(ActiveRules activeRules)
           
 

Uses of ActiveRules in org.sonar.api.batch.rule.internal
 

Classes in org.sonar.api.batch.rule.internal that implement ActiveRules
 class DefaultActiveRules
           
 

Methods in org.sonar.api.batch.rule.internal that return ActiveRules
 ActiveRules ActiveRulesBuilder.build()
           
 

Uses of ActiveRules in org.sonar.api.batch.sensor
 

Methods in org.sonar.api.batch.sensor that return ActiveRules
 ActiveRules SensorContext.activeRules()
          Get list of active rules.
 



Copyright © 2009–2015 SonarSource. All rights reserved.