Package de.xima.fc.plugin.abstracts
Class AFCPlugin
java.lang.Object
de.xima.fc.plugin.abstracts.AFCPlugin
- All Implemented Interfaces:
INameProviding,ITransferable,INamedUiElement,IFCPlugin,Serializable
Deprecated.
class will be removed. Only use the interfaces and helper within the plugin-lifecycle-methods
(install,uninstall,...)
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
CONFIG_FILENAMEFields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAMEFields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.userIPluginFileHelperprotected PropertiesDeprecated.voidsetFileHelper(IPluginFileHelper fileHelper) Deprecated.protected voidstoreProperties(Properties props) Deprecated.does nothing.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.xima.fc.plugin.interfaces.IFCPlugin
getDescription, getDescription, getDisplayName, getName, initialize, initPlugin, install, shutdown, shutdown, uninstall, validateConfigurationData
-
Constructor Details
-
AFCPlugin
public AFCPlugin()Deprecated.
-
-
Method Details
-
storeProperties
Deprecated.does nothing. Saving properties is only allowed by the corresponding ui- Parameters:
props-Properties
-
getProperties
Deprecated.- Returns:
Propertiesthe plugin properties
-
getPluginFile
Deprecated.- Returns:
Filethe plugin file
-
getPluginFolder
Deprecated.userIPluginFileHelper- Returns:
Filethe plugin folder
-
setFileHelper
Deprecated.
-