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

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

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

Methods in org.sonar.api.batch.rule that return Rule
 Rule Rules.find(RuleKey key)
          Get a rule by its key.
 

Methods in org.sonar.api.batch.rule that return types with arguments of type Rule
 Collection<Rule> Rules.findAll()
           
 Collection<Rule> Rules.findByRepository(String repository)
          Get the rules of the given repository.
 

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

Classes in org.sonar.api.batch.rule.internal that implement Rule
 class DefaultRule
           
 



Copyright © 2009–2014 SonarSource. All rights reserved.