Interface PluginRegistry

All Known Implementing Classes:
DefaultPluginRegistry

@Deprecated public interface PluginRegistry
Deprecated.
The holder of registered cockpit plugins. This class is deprecated, use AppPluginRegistry
Author:
nico.rehwaldt
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Returns the registered plugin with the given name or null if the plugin does not exist.
    Deprecated.
    Returns all registered plugins
  • Method Details

    • getPlugins

      List<CockpitPlugin> getPlugins()
      Deprecated.
      Returns all registered plugins
      Returns:
    • getPlugin

      CockpitPlugin getPlugin(String id)
      Deprecated.
      Returns the registered plugin with the given name or null if the plugin does not exist.
      Parameters:
      id -
      Returns: