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

Packages that use ActiveRule
org.sonar.api.batch.rule   
 

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

Methods in org.sonar.api.batch.rule that return ActiveRule
 ActiveRule ActiveRules.find(RuleKey ruleKey)
          Find a ActiveRule by the associated rule key.
 

Methods in org.sonar.api.batch.rule that return types with arguments of type ActiveRule
 Collection<ActiveRule> ActiveRules.findAll()
          All the active rules, whatever their repository and related language.
 Collection<ActiveRule> ActiveRules.findByLanguage(String language)
          The active rules for a given language, like java
 Collection<ActiveRule> ActiveRules.findByRepository(String repository)
          The active rules for a given repository, like findbugs
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.