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_FILENAME
Fields inherited from interface de.xima.fc.interfaces.INamedUiElement
ATTR_DISPLAY_NAME
Fields inherited from interface de.xima.fc.entities.interfaces.INameProviding
ATTR_NAME, COL_NAME
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.userIPluginFileHelper
protected Properties
Deprecated.void
setFileHelper
(IPluginFileHelper fileHelper) Deprecated.protected void
storeProperties
(Properties props) Deprecated.does nothing.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
Properties
the plugin properties
-
getPluginFile
Deprecated.- Returns:
File
the plugin file
-
getPluginFolder
Deprecated.userIPluginFileHelper
- Returns:
File
the plugin folder
-
setFileHelper
Deprecated.
-