Uses of Interface
org.sonar.api.rules.RulesRepository

Packages that use RulesRepository
org.sonar.api.checks.templates   
org.sonar.api.rules   
 

Uses of RulesRepository in org.sonar.api.checks.templates
 

Classes in org.sonar.api.checks.templates that implement RulesRepository
 class CheckTemplateRepository
          EXPERIMENTAL - will be used in version 2.3
 

Uses of RulesRepository in org.sonar.api.rules
 

Classes in org.sonar.api.rules that implement RulesRepository
 class AbstractImportableRulesRepository<LANG extends Language,MAPPER extends RulePriorityMapper<?,?>>
          Deprecated. 
 class AbstractRulesRepository<LANG extends Language,MAPPER extends RulePriorityMapper<?,?>>
          Deprecated. 
 

Methods in org.sonar.api.rules that return types with arguments of type RulesRepository
abstract  java.util.List<RulesRepository<?>> RulesManager.getRulesRepositories()
          Deprecated. Gets the complete list of Rules Repositories in the Sonar instance
abstract  java.util.List<RulesRepository<?>> RulesManager.getRulesRepositories(Language language)
          Deprecated. Gets the list of Rules Repositories available for a language
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.