org.sonar.api.rules
Interface RuleProvider

All Superinterfaces:
BatchComponent, ServerComponent

public interface RuleProvider
extends BatchComponent, ServerComponent

Since:
2.3

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

Method Detail

findByKey

Rule findByKey(java.lang.String repositoryKey,
               java.lang.String key)

find

Rule find(RuleQuery query)

findAll

java.util.Collection<Rule> findAll(RuleQuery query)


Copyright © 2009-2010 SonarSource. All Rights Reserved.