@Deprecated public interface PluginRegistry
Modifier and Type | Method and Description |
---|---|
CockpitPlugin |
getPlugin(String id)
Deprecated.
Returns the registered plugin with the given name or
null if the plugin does not exist. |
List<CockpitPlugin> |
getPlugins()
Deprecated.
Returns all registered plugins
|
List<CockpitPlugin> getPlugins()
CockpitPlugin getPlugin(String id)
null
if the plugin does not exist.id
- Copyright © 2015. All rights reserved.