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
 

Classes in org.sonar.api that implement Plugin
 class SonarPlugin
          A plugin is a group of extensions.
 

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

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)
           
 

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.