de.willuhn.boot.Bootable
public class PluginService
extends java.lang.Object
implements de.willuhn.boot.Bootable
Constructor | Description |
---|---|
PluginService() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Class[] |
depends() |
|
PluginLoader |
getPluginLoader() |
Liefert den aktuellen Plugin-Loader.
|
void |
init(de.willuhn.boot.BootLoader loader,
de.willuhn.boot.Bootable caller) |
|
void |
shutdown() |
public java.lang.Class[] depends()
depends
in interface de.willuhn.boot.Bootable
Bootable.depends()
public void init(de.willuhn.boot.BootLoader loader, de.willuhn.boot.Bootable caller) throws de.willuhn.boot.SkipServiceException
init
in interface de.willuhn.boot.Bootable
de.willuhn.boot.SkipServiceException
Bootable.init(de.willuhn.boot.BootLoader, de.willuhn.boot.Bootable)
public PluginLoader getPluginLoader()
public void shutdown()
shutdown
in interface de.willuhn.boot.Bootable
Bootable.shutdown()