de.willuhn.boot.Bootable
public class SysPropertyService
extends java.lang.Object
implements de.willuhn.boot.Bootable
Constructor | Description |
---|---|
SysPropertyService() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Class[] |
depends() |
|
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 void shutdown()
shutdown
in interface de.willuhn.boot.Bootable
Bootable.shutdown()