org.sonar.api.rules
Interface RuleFinder

All Superinterfaces:
BatchComponent, ServerComponent

public interface RuleFinder
extends BatchComponent, ServerComponent

Since:
2.3

Method Summary
 Rule find(RuleQuery query)
           
 Collection<Rule> findAll(RuleQuery query)
           
 Rule findById(int ruleId)
           
 Rule findByKey(String repositoryKey, String key)
           
 

Method Detail

findById

Rule findById(int ruleId)
Since:
2.5

findByKey

Rule findByKey(String repositoryKey,
               String key)

find

Rule find(RuleQuery query)

findAll

Collection<Rule> findAll(RuleQuery query)


Copyright © 2009-2011 SonarSource. All Rights Reserved.