Uses of Interface
org.sonar.api.Plugin

Packages that use Plugin
org.sonar.api   
org.sonar.api.rules   
 

Uses of Plugin in org.sonar.api
 

Methods in org.sonar.api that return Plugin
 Plugin Plugins.getPlugin(String key)
          Returns a plugin based on its key
 Plugin Plugins.getPluginByExtension(Class<? extends Extension> clazz)
          Returns a plugin based on its extension
 Plugin Plugins.getPluginByExtension(Extension extension)
          Returns a plugin based on its extension
 

Methods in org.sonar.api that return types with arguments of type Plugin
 Collection<Plugin> Plugins.getPlugins()
          Gives a collection of available plugins in the Sonar instance
 

Methods in org.sonar.api with parameters of type Plugin
 Property[] Plugins.getProperties(Plugin plugin)
          Returns the list of properties of a plugin
 

Uses of Plugin in org.sonar.api.rules
 

Methods in org.sonar.api.rules that return types with arguments of type Plugin
 List<Plugin> RulesManager.getExportablePlugins(Language language)
          Get the list of rules plugin that implement a mechanism of export for a given language
 List<Plugin> RulesManager.getImportablePlugins(Language language)
          Get the list of rules plugin that implement a mechanism of import for a given language
 List<Plugin> RulesManager.getPlugins(Language language)
          Gets the list of rules plugins for a given language
 



Copyright © 2009-2010 SonarSource SA. All Rights Reserved.