Interface PluginRegistry

All Known Implementing Classes:
DefaultPluginRegistry

@Deprecated(forRemoval=true, since="1.0") public interface PluginRegistry
Deprecated, for removal: This API element is subject to removal in a future version.
Use
invalid reference
AppPluginRegistry
instead.
The registry for cockpit plugins.
Author:
nico.rehwaldt
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Details

    • getPlugins

      List<CockpitPlugin> getPlugins()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns:
      all registered plugins
    • getPlugin

      CockpitPlugin getPlugin(String id)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Parameters:
      id -
      Returns:
      the registered plugin with the given name or null if the plugin does not exist.