Package de.willuhn.jameica.services
Class PluginService
java.lang.Object
de.willuhn.jameica.services.PluginService
- All Implemented Interfaces:
de.willuhn.boot.Bootable
Initialisiert den Plugin-Loader.
-
Constructor Details
-
PluginService
public PluginService()
-
-
Method Details
-
depends
- Specified by:
depends
in interfacede.willuhn.boot.Bootable
- See Also:
-
init
public void init(de.willuhn.boot.BootLoader loader, de.willuhn.boot.Bootable caller) throws de.willuhn.boot.SkipServiceException - Specified by:
init
in interfacede.willuhn.boot.Bootable
- Throws:
de.willuhn.boot.SkipServiceException
- See Also:
-
getPluginLoader
Liefert den aktuellen Plugin-Loader.- Returns:
- der Plugin-Loader.
-
shutdown
public void shutdown()- Specified by:
shutdown
in interfacede.willuhn.boot.Bootable
- See Also:
-