Package de.xima.fc.plugin.abstracts
Class AFCBundleProperties
- java.lang.Object
-
- de.xima.fc.plugin.abstracts.AFCBundleProperties
-
- All Implemented Interfaces:
Serializable
@Deprecated public abstract class AFCBundleProperties extends Object implements Serializable
Deprecated.Abstrakte Klasse für die Verwaltung von Bundle-Properties- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_FILENAME
Deprecated.
-
Constructor Summary
Constructors Constructor Description AFCBundleProperties()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description File
getPluginFile()
Deprecated.File
getPluginFolder()
Deprecated.protected Properties
getProperties()
Deprecated.protected void
storeProperties(Properties props)
Deprecated.
-
-
-
Field Detail
-
CONFIG_FILENAME
public static final String CONFIG_FILENAME
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getPluginFolder
@Deprecated public File getPluginFolder()
Deprecated.Getter für das Plugin-Verzeichnis- Returns:
File
das Plugin-Verzeichnis
-
getPluginFile
@Deprecated public File getPluginFile()
Deprecated.Getter für die Plugin-Properties-Datei- Returns:
File
die Plugin-Properties-Datei
-
storeProperties
@Deprecated protected void storeProperties(Properties props)
Deprecated.Methode zum Speichern der Properties eines Mandanten-Plugins- Parameters:
props
-Properties
-
getProperties
@Deprecated protected Properties getProperties()
Deprecated.Getter für die Plugin-Properties- Returns:
Properties
die Plugin-Properties
-
-