|
[ini4j] | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectPreferences
AbstractPreferences
IniPreferences
IniFile
public class IniFile
Nested Class Summary | |
---|---|
static class |
IniFile.Mode
|
Nested classes/interfaces inherited from class IniPreferences |
---|
IniPreferences.SectionPreferences |
Field Summary |
---|
Fields inherited from class AbstractPreferences |
---|
lock, newNode |
Fields inherited from class Preferences |
---|
MAX_KEY_LENGTH, MAX_NAME_LENGTH, MAX_VALUE_LENGTH |
Constructor Summary | |
---|---|
IniFile(File file)
|
|
IniFile(File file,
IniFile.Mode mode)
|
Method Summary | |
---|---|
void |
flush()
|
File |
getFile()
|
IniFile.Mode |
getMode()
|
void |
sync()
|
Methods inherited from class IniPreferences |
---|
childrenNamesSpi, childSpi, flushSpi, getIni, getSpi, keysSpi, putSpi, removeNodeSpi, removeSpi, syncSpi |
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 |
Methods inherited from class Preferences |
---|
importPreferences, systemNodeForPackage, systemRoot, userNodeForPackage, userRoot |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IniFile(File file, IniFile.Mode mode) throws BackingStoreException
BackingStoreException
public IniFile(File file) throws BackingStoreException
BackingStoreException
Method Detail |
---|
public IniFile.Mode getMode()
public File getFile()
public void sync() throws BackingStoreException
sync
in class AbstractPreferences
BackingStoreException
public void flush() throws BackingStoreException
flush
in class AbstractPreferences
BackingStoreException
|
[ini4j] | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |