org.ini4j
Class IniFile
Object
Preferences
AbstractPreferences
IniPreferences
IniFile
public class IniFile
- extends IniPreferences
Methods inherited from class AbstractPreferences |
absolutePath, addNodeChangeListener, addPreferenceChangeListener, cachedChildren, childrenNames, clear, exportNode, exportSubtree, get, getBoolean, getByteArray, getChild, getDouble, getFloat, getInt, getLong, isRemoved, isUserNode, keys, name, node, nodeExists, parent, put, putBoolean, putByteArray, putDouble, putFloat, putInt, putLong, remove, removeNode, removeNodeChangeListener, removePreferenceChangeListener, toString |
IniFile
public IniFile(File file)
throws BackingStoreException
- Throws:
BackingStoreException
IniFile
public IniFile(File file,
IniFile.Mode mode)
throws BackingStoreException
- Throws:
BackingStoreException
getFile
public File getFile()
getMode
public IniFile.Mode getMode()
flush
public void flush()
throws BackingStoreException
- Overrides:
flush
in class AbstractPreferences
- Throws:
BackingStoreException
sync
public void sync()
throws BackingStoreException
- Overrides:
sync
in class AbstractPreferences
- Throws:
BackingStoreException