Modifier and Type | Method and Description |
---|---|
CockpitPlugin |
DefaultPluginRegistry.getPlugin(String id) |
Modifier and Type | Method and Description |
---|---|
List<CockpitPlugin> |
DefaultPluginRegistry.getPlugins() |
Constructor and Description |
---|
DefaultPluginRegistry(AppPluginRegistry<CockpitPlugin> wrappedRegistry) |
Modifier and Type | Class and Description |
---|---|
class |
BasePlugin |
Modifier and Type | Class and Description |
---|---|
class |
JobDefinitionPlugin |
Modifier and Type | Method and Description |
---|---|
CockpitPlugin |
PluginRegistry.getPlugin(String id)
Deprecated.
Returns the registered plugin with the given name or
null if the plugin does not exist. |
Modifier and Type | Method and Description |
---|---|
List<CockpitPlugin> |
PluginRegistry.getPlugins()
Deprecated.
Returns all registered plugins
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCockpitPlugin
An implementation of
CockpitPlugin that comes with reasonable defaults. |
Copyright © 2015. All rights reserved.