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 Detail

      • getPlugins

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

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