org.sonar.api.plugins
Class PluginProvider

java.lang.Object
  extended by org.sonar.api.plugins.PluginProvider
All Implemented Interfaces:
BatchExtension, Extension, ServerExtension

public class PluginProvider
extends java.lang.Object
implements BatchExtension, ServerExtension

Since:
2.1

Constructor Summary
PluginProvider()
           
 
Method Summary
 Plugin getPlugin(java.lang.String key)
           
 Property[] getPluginProperties(Plugin plugin)
          Returns the list of properties of a plugin
 Property[] getPluginProperties(java.lang.String pluginKey)
           
 java.util.Collection<Plugin> getPlugins()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginProvider

public PluginProvider()
Method Detail

getPlugins

public java.util.Collection<Plugin> getPlugins()

getPlugin

public Plugin getPlugin(java.lang.String key)

getPluginProperties

public Property[] getPluginProperties(Plugin plugin)
Returns the list of properties of a plugin


getPluginProperties

public Property[] getPluginProperties(java.lang.String pluginKey)


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