Interface AppPluginRegistry<T extends AppPlugin>

All Known Implementing Classes:
DefaultAppPluginRegistry

public interface AppPluginRegistry<T extends AppPlugin>
The holder of registered AppPlugins.
Author:
nico.rehwaldt
  • Method Summary

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

    • getPlugins

      List<T> getPlugins()
      Returns all registered plugins
      Returns:
    • getPlugin

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