Interface PluginLoader

All Known Implementing Classes:
PluginManager

public interface PluginLoader
The interface Plugin loader.
  • Method Details

    • loadPlugin

      void loadPlugin(HomePlugin homePlugin)
      Load plugin.
      Parameters:
      homePlugin - the home plugin
    • getHomePlugin

      List<HomePlugin> getHomePlugin()
      Gets home plugin.
      Returns:
      the home plugin
    • unregisterPlugin

      void unregisterPlugin(HomePlugin homePlugin)
      Unregister plugin.
      Parameters:
      homePlugin - the home plugin