de.willuhn.jameica.services
Class PluginService

java.lang.Object
  extended by de.willuhn.jameica.services.PluginService
All Implemented Interfaces:
de.willuhn.boot.Bootable

public class PluginService
extends java.lang.Object
implements de.willuhn.boot.Bootable

Initialisiert den Plugin-Loader.


Constructor Summary
PluginService()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginService

public PluginService()
Method Detail

depends

public java.lang.Class[] depends()
Specified by:
depends in interface de.willuhn.boot.Bootable
See Also:
Bootable.depends()

init

public void init(de.willuhn.boot.BootLoader loader,
                 de.willuhn.boot.Bootable caller)
          throws de.willuhn.boot.SkipServiceException
Specified by:
init in interface de.willuhn.boot.Bootable
Throws:
de.willuhn.boot.SkipServiceException
See Also:
Bootable.init(de.willuhn.boot.BootLoader, de.willuhn.boot.Bootable)

getPluginLoader

public PluginLoader getPluginLoader()
Liefert den aktuellen Plugin-Loader.

Returns:
der Plugin-Loader.

shutdown

public void shutdown()
Specified by:
shutdown in interface de.willuhn.boot.Bootable
See Also:
Bootable.shutdown()