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 public abstract class AFCPlugin extends Object implements IFCPlugin
Deprecated.class will be removed. Only use the interfaces and helper within the plugin-lifecycle-methods (install,uninstall,...)- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
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 Constructor Description AFCPlugin()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description File
getPluginFile()
Deprecated.File
getPluginFolder()
Deprecated.userIPluginFileHelper
protected Properties
getProperties()
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
-
-
-
-
Method Detail
-
storeProperties
@Deprecated protected void storeProperties(Properties props)
Deprecated.does nothing. Saving properties is only allowed by the corresponding ui- Parameters:
props
-Properties
-
getProperties
@Deprecated protected Properties getProperties()
Deprecated.- Returns:
Properties
the plugin properties
-
getPluginFile
@Deprecated public File getPluginFile()
Deprecated.- Returns:
File
the plugin file
-
getPluginFolder
@Deprecated public File getPluginFolder()
Deprecated.userIPluginFileHelper
- Returns:
File
the plugin folder
-
setFileHelper
public void setFileHelper(IPluginFileHelper fileHelper)
Deprecated.
-
-