Package com.inductiveautomation.rm.base
Class RMPrefsUtils.BogusPreferences
java.lang.Object
java.util.prefs.Preferences
java.util.prefs.AbstractPreferences
com.inductiveautomation.rm.base.RMPrefsUtils.BogusPreferences
- Enclosing class:
- RMPrefsUtils
A Preferences implementation that just stores prefs to a map, in case we don't have permission
 to read & write permissions.
- 
Field SummaryFields inherited from class java.util.prefs.AbstractPreferenceslock, newNodeFields inherited from class java.util.prefs.PreferencesMAX_KEY_LENGTH, MAX_NAME_LENGTH, MAX_VALUE_LENGTH
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.util.prefs.AbstractPreferencesabsolutePath, 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, toStringMethods inherited from class java.util.prefs.PreferencesimportPreferences, systemNodeForPackage, systemRoot, userNodeForPackage, userRoot
- 
Constructor Details- 
BogusPreferences
 
- 
- 
Method Details- 
syncSpi- Specified by:
- syncSpiin class- AbstractPreferences
- Throws:
- BackingStoreException
 
- 
flushSpi- Specified by:
- flushSpiin class- AbstractPreferences
- Throws:
- BackingStoreException
 
- 
removeSpi- Specified by:
- removeSpiin class- AbstractPreferences
 
- 
removeNodeSpi- Specified by:
- removeNodeSpiin class- AbstractPreferences
- Throws:
- BackingStoreException
 
- 
putSpi- Specified by:
- putSpiin class- AbstractPreferences
 
- 
keysSpi- Specified by:
- keysSpiin class- AbstractPreferences
- Throws:
- BackingStoreException
 
- 
getSpi- Specified by:
- getSpiin class- AbstractPreferences
 
- 
childSpi- Specified by:
- childSpiin class- AbstractPreferences
 
- 
childrenNamesSpi- Specified by:
- childrenNamesSpiin class- AbstractPreferences
- Throws:
- BackingStoreException
 
 
-