public abstract class AFCPlugin extends Object implements IFCPlugin
CONFIG_FILENAME
Constructor and Description |
---|
AFCPlugin() |
Modifier and Type | Method and Description |
---|---|
File |
getPluginFile()
Getter für die Plugin-Properties-Datei
|
File |
getPluginFolder()
Getter für das Plugin-Verzeichnis
|
protected Properties |
getProperties()
Getter für die Plugin-Properties
|
abstract void |
initPlugin()
Methode zum Initialisieren des Plugins
|
protected void |
storeProperties(Properties props)
Methode zum Speichern der Properties eines Mandanten-Plugins
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getName, shutdown
protected void storeProperties(Properties props)
props
- Properties
public File getPluginFile()
File
die Plugin-Properties-Dateipublic File getPluginFolder()
File
das Plugin-Verzeichnisprotected Properties getProperties()
Properties
die Plugin-Propertiespublic abstract void initPlugin() throws FCPluginException
IFCPlugin
initPlugin
in interface IFCPlugin
FCPluginException
- Bei Fehlern in der Initialisierung des PluginsIFCPlugin.initPlugin()
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.