org.sonar.api.rules
Interface RuleFinder

All Superinterfaces:
BatchComponent, ServerComponent
All Known Implementing Classes:
DefaultRuleFinder

public interface RuleFinder
extends BatchComponent, ServerComponent

Since:
2.3

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

Method Detail

findByKey

Rule findByKey(String repositoryKey,
               String key)

find

Rule find(RuleQuery query)

findAll

Collection<Rule> findAll(RuleQuery query)


Copyright © 2009-2010 SonarSource. All Rights Reserved.