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 IFCPlugin
CONFIG_FILENAMEFields inherited from interface INamedUiElement
ATTR_DISPLAY_NAMEFields inherited from interface 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-
getPluginFolder
Deprecated.userIPluginFileHelper- Returns:
Filethe plugin folder
-
setFileHelper
Deprecated.
-