Uses of Interface
org.sonar.api.Plugin

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

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)
           
 



Copyright © 2009-2011 SonarSource. All Rights Reserved.