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
 
 public static class RMPrefsUtils.BogusPreferences extends java.util.prefs.AbstractPreferencesA Preferences implementation that just stores prefs to a map, in case we don't have permission to read & write permissions.
- 
- 
Constructor SummaryConstructors Constructor Description BogusPreferences(java.util.prefs.AbstractPreferences parent, java.lang.String name)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String[]childrenNamesSpi()protected java.util.prefs.AbstractPreferenceschildSpi(java.lang.String name)protected voidflushSpi()protected java.lang.StringgetSpi(java.lang.String key)protected java.lang.String[]keysSpi()protected voidputSpi(java.lang.String key, java.lang.String value)protected voidremoveNodeSpi()protected voidremoveSpi(java.lang.String key)protected voidsyncSpi()- 
Methods 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, toString
 
- 
 
- 
- 
- 
Method Detail- 
syncSpiprotected void syncSpi() throws java.util.prefs.BackingStoreException- Specified by:
- syncSpiin class- java.util.prefs.AbstractPreferences
- Throws:
- java.util.prefs.BackingStoreException
 
 - 
flushSpiprotected void flushSpi() throws java.util.prefs.BackingStoreException- Specified by:
- flushSpiin class- java.util.prefs.AbstractPreferences
- Throws:
- java.util.prefs.BackingStoreException
 
 - 
removeSpiprotected void removeSpi(java.lang.String key) - Specified by:
- removeSpiin class- java.util.prefs.AbstractPreferences
 
 - 
removeNodeSpiprotected void removeNodeSpi() throws java.util.prefs.BackingStoreException- Specified by:
- removeNodeSpiin class- java.util.prefs.AbstractPreferences
- Throws:
- java.util.prefs.BackingStoreException
 
 - 
putSpiprotected void putSpi(java.lang.String key, java.lang.String value)- Specified by:
- putSpiin class- java.util.prefs.AbstractPreferences
 
 - 
keysSpiprotected java.lang.String[] keysSpi() throws java.util.prefs.BackingStoreException- Specified by:
- keysSpiin class- java.util.prefs.AbstractPreferences
- Throws:
- java.util.prefs.BackingStoreException
 
 - 
getSpiprotected java.lang.String getSpi(java.lang.String key) - Specified by:
- getSpiin class- java.util.prefs.AbstractPreferences
 
 - 
childSpiprotected java.util.prefs.AbstractPreferences childSpi(java.lang.String name) - Specified by:
- childSpiin class- java.util.prefs.AbstractPreferences
 
 - 
childrenNamesSpiprotected java.lang.String[] childrenNamesSpi() throws java.util.prefs.BackingStoreException- Specified by:
- childrenNamesSpiin class- java.util.prefs.AbstractPreferences
- Throws:
- java.util.prefs.BackingStoreException
 
 
- 
 
-