Class SettingsFather
java.lang.Object
cardmanager.impl.SettingsFather
- Direct Known Subclasses:
Settings
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBoolean(String key) getInteger(String key) getProperty(String key) protected Stringprotected voidprotected voidprotected voidsave()protected voidprotected voidsetBoolean(String key, Boolean value) setInteger(String key, Integer value) setProperty(String key, String value)
-
Field Details
-
backendFile
-
-
Constructor Details
-
SettingsFather
-
SettingsFather
protected SettingsFather()
-
-
Method Details
-
getString
-
load
-
load
- Throws:
IOException
-
save
- Throws:
IOException
-
save
- Throws:
IOException
-
save
- Throws:
IOException
-
getProperty
-
setProperty
- Throws:
IOException
-
setString
-
getInteger
-
setInteger
-
getBoolean
-
setBoolean
-