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

Packages that use RulesRepository
org.sonar.core.rules   
org.sonar.plugins.api   
org.sonar.plugins.checkstyle   
org.sonar.plugins.javancss   
org.sonar.plugins.pmd   
org.sonar.plugins.sources   
 

Uses of RulesRepository in org.sonar.core.rules
 

Methods in org.sonar.core.rules with parameters of type RulesRepository
 void RulesRepositorySynchronizer.registerRuleExtensions(java.lang.String pluginKey, RulesRepository rulesRepository)
           
protected  void RulesRepositorySynchronizer.registerRuleExtensions(java.lang.String pluginKey, RulesRepository rulesRepository, java.lang.String extensionsBasedir)
           
 

Uses of RulesRepository in org.sonar.plugins.api
 

Methods in org.sonar.plugins.api that return RulesRepository
 RulesRepository PluginsIntrospector.getRulesRepository(java.lang.String pluginKey)
           
 RulesRepository PluginsClasspathIntrospector.getRulesRepository(java.lang.String pluginKey)
           
 

Methods in org.sonar.plugins.api that return types with arguments of type RulesRepository
 java.util.Collection<RulesRepository> PluginsIntrospector.getRulesRepositories()
           
 java.util.Collection<RulesRepository> PluginsClasspathIntrospector.getRulesRepositories()
           
 java.util.Map<java.lang.String,RulesRepository> PluginsIntrospector.getRulesRepositoriesByPluginKey()
           
 java.util.Map<java.lang.String,RulesRepository> PluginsClasspathIntrospector.getRulesRepositoriesByPluginKey()
           
 java.lang.Class<? extends RulesRepository> Plugin.getRulesRepository()
          can return null
 

Uses of RulesRepository in org.sonar.plugins.checkstyle
 

Classes in org.sonar.plugins.checkstyle that implement RulesRepository
 class CheckstyleRulesRepository
           
 

Methods in org.sonar.plugins.checkstyle that return types with arguments of type RulesRepository
 java.lang.Class<? extends RulesRepository> CheckstylePlugin.getRulesRepository()
           
 

Uses of RulesRepository in org.sonar.plugins.javancss
 

Methods in org.sonar.plugins.javancss that return types with arguments of type RulesRepository
 java.lang.Class<? extends RulesRepository> JavaNcssPlugin.getRulesRepository()
           
 

Uses of RulesRepository in org.sonar.plugins.pmd
 

Classes in org.sonar.plugins.pmd that implement RulesRepository
 class PmdRulesRepository
           
 

Methods in org.sonar.plugins.pmd that return types with arguments of type RulesRepository
 java.lang.Class<? extends RulesRepository> PmdPlugin.getRulesRepository()
           
 

Uses of RulesRepository in org.sonar.plugins.sources
 

Methods in org.sonar.plugins.sources that return types with arguments of type RulesRepository
 java.lang.Class<? extends RulesRepository> SourcesPlugin.getRulesRepository()
           
 



Copyright © 2007-2008 hortis. All Rights Reserved.