Class DefaultPluginRegistry
java.lang.Object
org.camunda.bpm.cockpit.impl.plugin.DefaultPluginRegistry
- All Implemented Interfaces:
PluginRegistry
Wrapper for backwards-compatibility to
PluginRegistry
.- Author:
- Daniel Meyer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the registered plugin with the given name ornull
if the plugin does not exist.Returns all registered plugins
-
Constructor Details
-
DefaultPluginRegistry
-
-
Method Details
-
getPlugins
Description copied from interface:PluginRegistry
Returns all registered plugins- Specified by:
getPlugins
in interfacePluginRegistry
- Returns:
-
getPlugin
Description copied from interface:PluginRegistry
Returns the registered plugin with the given name ornull
if the plugin does not exist.- Specified by:
getPlugin
in interfacePluginRegistry
- Returns:
-