Uses of Interface
org.sonar.api.Plugin

Packages that use Plugin
org.sonar.api   
org.sonar.api.platform   
org.sonar.core.plugin   
 

Uses of Plugin in org.sonar.api
 

Methods in org.sonar.api that return Plugin
 Plugin Plugins.getPlugin(String key)
          Deprecated. Returns a plugin based on its key
 Plugin Plugins.getPluginByExtension(Extension extension)
          Deprecated. Returns a plugin based on its extension
 

Methods in org.sonar.api that return types with arguments of type Plugin
 Collection<Plugin> Plugins.getPlugins()
          Deprecated. 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)
          Deprecated. Returns the list of properties of a plugin
 

Uses of Plugin in org.sonar.api.platform
 

Methods in org.sonar.api.platform that return Plugin
 Plugin PluginRepository.getPlugin(String key)
           
 Plugin PluginRepository.getPluginForExtension(Object extension)
          Deprecated. since 2.3
 

Methods in org.sonar.api.platform that return types with arguments of type Plugin
 Collection<Plugin> PluginRepository.getPlugins()
           
 

Methods in org.sonar.api.platform with parameters of type Plugin
 Property[] PluginRepository.getProperties(Plugin plugin)
           
 

Uses of Plugin in org.sonar.core.plugin
 

Methods in org.sonar.core.plugin that return Plugin
 Plugin AbstractPluginRepository.getPlugin(String key)
           
 Plugin AbstractPluginRepository.getPluginForExtension(Object extension)
           
 

Methods in org.sonar.core.plugin that return types with arguments of type Plugin
 Collection<Plugin> AbstractPluginRepository.getPlugins()
           
 

Methods in org.sonar.core.plugin with parameters of type Plugin
 String AbstractPluginRepository.getPluginKey(Plugin plugin)
           
 Property[] AbstractPluginRepository.getProperties(Plugin plugin)
          Returns the list of properties of a plugin
protected  void AbstractPluginRepository.registerPlugin(org.picocontainer.MutablePicoContainer container, Plugin plugin, String pluginKey)
           
 



Copyright © 2009-2010 SonarSource. All Rights Reserved.