Interface AppPluginRegistry<T extends AppPlugin>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      T getPlugin​(java.lang.String id)
      Returns the registered plugin with the given name or null if the plugin does not exist.
      java.util.List<T> getPlugins()
      Returns all registered plugins
    • Method Detail

      • getPlugins

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

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