|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.api.Plugins
@Deprecated public class Plugins
Plugins dictionary. This class is for internal use
| 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 |
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 |
|---|
public Plugins(PluginRepository pluginProvider)
| Method Detail |
|---|
public Collection<Plugin> getPlugins()
public Plugin getPlugin(String key)
public Property[] getProperties(Plugin plugin)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||