Uses of Interface
org.sonar.api.server.rule.RulesDefinition.Repository

Packages that use RulesDefinition.Repository
org.sonar.api.server.rule   
 

Uses of RulesDefinition.Repository in org.sonar.api.server.rule
 

Classes in org.sonar.api.server.rule that implement RulesDefinition.Repository
static class RulesDefinition.RepositoryImpl
           
 

Methods in org.sonar.api.server.rule that return RulesDefinition.Repository
 RulesDefinition.Repository RulesDefinition.Rule.repository()
           
 RulesDefinition.Repository RulesDefinition.Context.repository(String key)
           
 

Methods in org.sonar.api.server.rule that return types with arguments of type RulesDefinition.Repository
 List<RulesDefinition.Repository> RulesDefinition.Context.repositories()
           
 



Copyright © 2009–2016 SonarSource. All rights reserved.