public class OrdnerVerwaltung
extends de.willuhn.jameica.plugin.AbstractPlugin
| Constructor and Description |
|---|
OrdnerVerwaltung()
Standart Konstruktor
|
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
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.Plugininit in class de.willuhn.jameica.plugin.AbstractPluginde.willuhn.util.ApplicationExceptionAbstractPlugin.init()public void install()
throws de.willuhn.util.ApplicationException
install in interface de.willuhn.jameica.plugin.Plugininstall in class de.willuhn.jameica.plugin.AbstractPluginde.willuhn.util.ApplicationExceptionAbstractPlugin.install()public void update(de.willuhn.jameica.plugin.Version oldVersion)
throws de.willuhn.util.ApplicationException
update in interface de.willuhn.jameica.plugin.Pluginupdate in class de.willuhn.jameica.plugin.AbstractPluginde.willuhn.util.ApplicationExceptionAbstractPlugin.update(de.willuhn.jameica.plugin.Version)public void shutDown()
shutDown in interface de.willuhn.jameica.plugin.PluginshutDown in class de.willuhn.jameica.plugin.AbstractPluginAbstractPlugin.shutDown()