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 StringCONFIG_FILENAMEDeprecated. 
- 
Constructor Summary
Constructors Constructor Description AFCBundleProperties()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description FilegetPluginFile()Deprecated.FilegetPluginFolder()Deprecated.protected PropertiesgetProperties()Deprecated.protected voidstoreProperties(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:
 Filedas Plugin-Verzeichnis
 
- 
getPluginFile
@Deprecated public File getPluginFile()
Deprecated.Getter für die Plugin-Properties-Datei- Returns:
 Filedie 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:
 Propertiesdie Plugin-Properties
 
 - 
 
 -