Interface AppPluginRegistry<T extends AppPlugin>

    • Method Detail

      • 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: