org.springframework.richclient.settings.j2seprefs
Class TransientPreferences
java.lang.Object
java.util.prefs.Preferences
java.util.prefs.AbstractPreferences
org.springframework.richclient.settings.j2seprefs.TransientPreferences
public class TransientPreferences
- extends AbstractPreferences
Transient J2SE Preferences implementation. Used for testing with J2SE prefs.
- Author:
- Peter De Bruycker
Methods inherited from class java.util.prefs.AbstractPreferences |
absolutePath, addNodeChangeListener, addPreferenceChangeListener, cachedChildren, childrenNames, clear, exportNode, exportSubtree, flush, 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, sync, toString |
TransientPreferences
public TransientPreferences(AbstractPreferences parent,
String name)
TransientPreferences
public TransientPreferences()
flushSpi
protected void flushSpi()
throws BackingStoreException
- Specified by:
flushSpi
in class AbstractPreferences
- Throws:
BackingStoreException
removeNodeSpi
protected void removeNodeSpi()
throws BackingStoreException
- Specified by:
removeNodeSpi
in class AbstractPreferences
- Throws:
BackingStoreException
syncSpi
protected void syncSpi()
throws BackingStoreException
- Specified by:
syncSpi
in class AbstractPreferences
- Throws:
BackingStoreException
childrenNamesSpi
protected String[] childrenNamesSpi()
throws BackingStoreException
- Specified by:
childrenNamesSpi
in class AbstractPreferences
- Throws:
BackingStoreException
keysSpi
protected String[] keysSpi()
throws BackingStoreException
- Specified by:
keysSpi
in class AbstractPreferences
- Throws:
BackingStoreException
removeSpi
protected void removeSpi(String key)
- Specified by:
removeSpi
in class AbstractPreferences
getSpi
protected String getSpi(String key)
- Specified by:
getSpi
in class AbstractPreferences
putSpi
protected void putSpi(String key,
String value)
- Specified by:
putSpi
in class AbstractPreferences
childSpi
protected AbstractPreferences childSpi(String name)
- Specified by:
childSpi
in class AbstractPreferences
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.