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

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

Uses of Plugin in org.sonar.core
 

Method parameters in org.sonar.core with type arguments of type Plugin
 void MetricDatabaseSynchronizer.registerPlugins(java.util.List<Plugin> plugins)
           
 

Uses of Plugin in org.sonar.core.rules
 

Methods in org.sonar.core.rules with parameters of type Plugin
 void RulesRepositorySynchronizer.registerProvidedProfiles(Plugin plugin, java.util.List<RulesProfile> profiles)
           
 

Uses of Plugin in org.sonar.plugins.api
 

Methods in org.sonar.plugins.api that return Plugin
 Plugin PluginsIntrospector.getPlugin(java.lang.String key)
           
 Plugin PluginsClasspathIntrospector.getPlugin(java.lang.String key)
           
 

Methods in org.sonar.plugins.api that return types with arguments of type Plugin
 java.util.List<Plugin> PluginsIntrospector.getPlugins()
           
 java.util.List<Plugin> PluginsClasspathIntrospector.getPlugins()
           
 java.util.List<Plugin> PluginsIntrospector.getPluginsByLanguage(java.lang.String language)
           
 java.util.List<Plugin> PluginsClasspathIntrospector.getPluginsByLanguage(java.lang.String languageKey)
           
 

Methods in org.sonar.plugins.api with parameters of type Plugin
 RulesPluginContext PluginContext.getRulesContext(Plugin plugin)
           
 

Constructor parameters in org.sonar.plugins.api with type arguments of type Plugin
PluginsClasspathIntrospector(java.util.List<Plugin> plugins)
           
 

Uses of Plugin in org.sonar.plugins.checkstyle
 

Classes in org.sonar.plugins.checkstyle that implement Plugin
 class CheckstylePlugin
           
 

Uses of Plugin in org.sonar.plugins.javancss
 

Classes in org.sonar.plugins.javancss that implement Plugin
 class JavaNcssPlugin
           
 

Uses of Plugin in org.sonar.plugins.pmd
 

Classes in org.sonar.plugins.pmd that implement Plugin
 class PmdPlugin
           
 

Uses of Plugin in org.sonar.plugins.rules
 

Constructors in org.sonar.plugins.rules with parameters of type Plugin
RulesPluginContextImpl(Plugin plugin, RulesDao dao)
           
 

Uses of Plugin in org.sonar.plugins.sources
 

Classes in org.sonar.plugins.sources that implement Plugin
 class SourcesPlugin
           
 

Uses of Plugin in org.sonar.web
 

Methods in org.sonar.web that return types with arguments of type Plugin
 java.util.List<Plugin> JRubyFacade.getPluginsWithConfigurationExportable(Language language)
           
 java.util.List<Plugin> JRubyFacade.getPluginsWithConfigurationImportable(Language language)
           
 



Copyright © 2007-2008 hortis. All Rights Reserved.