org.sonar.api
Class Plugins

java.lang.Object
  extended by org.sonar.api.Plugins

Deprecated. since 2.1

@Deprecated
public class Plugins
extends Object

Plugins dictionary. This class is for internal use

Since:
1.10

Constructor Summary
Plugins(PluginRepository pluginProvider)
          Deprecated. Creates the dictionnary of plugins
 
Method Summary
 Plugin getPlugin(String key)
          Deprecated. Returns a plugin based on its key
 Plugin getPluginByExtension(Extension extension)
          Deprecated. Returns a plugin based on its extension
 Collection<Plugin> getPlugins()
          Deprecated. Gives a collection of available plugins in the Sonar instance
 Property[] getProperties(Plugin plugin)
          Deprecated. Returns the list of properties of a plugin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Plugins

public Plugins(PluginRepository pluginProvider)
Deprecated. 
Creates the dictionnary of plugins

Method Detail

getPlugins

public Collection<Plugin> getPlugins()
Deprecated. 
Gives a collection of available plugins in the Sonar instance


getPlugin

public Plugin getPlugin(String key)
Deprecated. 
Returns a plugin based on its key


getPluginByExtension

public Plugin getPluginByExtension(Extension extension)
Deprecated. 
Returns a plugin based on its extension


getProperties

public Property[] getProperties(Plugin plugin)
Deprecated. 
Returns the list of properties of a plugin



Copyright © 2009-2011 SonarSource. All Rights Reserved.