public class JaDepot
extends de.willuhn.jameica.plugin.AbstractPlugin
Constructor and Description |
---|
JaDepot()
Standardkonstruktor
|
Modifier and Type | Method and Description |
---|---|
void |
init()
Methode die beim Starten des Plug-Ins geladen wird
|
void |
install()
This method is called only the first time, the plugin is loaded (before
executing init()). if your installation procedure was not successfull,
throw an ApplicationException.
|
void |
shutDown()
Here you can do some cleanup stuff.
|
void |
update(de.willuhn.jameica.plugin.Version oldVersion)
This method will be executed on every version change.
|
public void init() throws de.willuhn.util.ApplicationException
init
in interface de.willuhn.jameica.plugin.Plugin
init
in class de.willuhn.jameica.plugin.AbstractPlugin
de.willuhn.util.ApplicationException
AbstractPlugin.init()
public void install() throws de.willuhn.util.ApplicationException
install
in interface de.willuhn.jameica.plugin.Plugin
install
in class de.willuhn.jameica.plugin.AbstractPlugin
de.willuhn.util.ApplicationException
AbstractPlugin.install()
public void shutDown()
shutDown
in interface de.willuhn.jameica.plugin.Plugin
shutDown
in class de.willuhn.jameica.plugin.AbstractPlugin
AbstractPlugin.shutDown()
public void update(de.willuhn.jameica.plugin.Version oldVersion) throws de.willuhn.util.ApplicationException
update
in interface de.willuhn.jameica.plugin.Plugin
update
in class de.willuhn.jameica.plugin.AbstractPlugin
de.willuhn.util.ApplicationException
AbstractPlugin.update(de.willuhn.jameica.plugin.Version)