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

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

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.
 ActiveRule ActiveRules.findByInternalKey(String repository, String internalKey)
          Find a ActiveRule by the associated internal 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
 

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

Classes in org.sonar.api.batch.rule.internal that implement ActiveRule
 class DefaultActiveRule
           
 

Methods in org.sonar.api.batch.rule.internal that return ActiveRule
 ActiveRule DefaultActiveRules.find(RuleKey ruleKey)
           
 ActiveRule DefaultActiveRules.findByInternalKey(String repository, String internalKey)
           
 

Methods in org.sonar.api.batch.rule.internal that return types with arguments of type ActiveRule
 Collection<ActiveRule> DefaultActiveRules.findAll()
           
 Collection<ActiveRule> DefaultActiveRules.findByLanguage(String language)
           
 Collection<ActiveRule> DefaultActiveRules.findByRepository(String repository)
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.