org.ini4j.addon
Class StrictPreferences
Object
Preferences
PreferencesWrapper
StrictPreferences
public class StrictPreferences
- extends PreferencesWrapper
Methods inherited from class PreferencesWrapper |
absolutePath, addNodeChangeListener, addPreferenceChangeListener, childrenNames, clear, exportNode, exportSubtree, flush, get, getBoolean, getByteArray, getDouble, getFloat, getInt, getLong, isUserNode, keys, name, node, nodeExists, parent, put, putBoolean, putByteArray, putDouble, putFloat, putInt, putLong, remove, removeNode, removeNodeChangeListener, removePreferenceChangeListener, sync, toString |
StrictPreferences
public StrictPreferences(Preferences peer)
getBoolean
public boolean getBoolean(String key)
throws NoSuchElementException
- Throws:
NoSuchElementException
getByteArray
public byte[] getByteArray(String key)
throws NoSuchElementException
- Throws:
NoSuchElementException
getDouble
public double getDouble(String key)
throws NoSuchElementException
- Throws:
NoSuchElementException
getFloat
public float getFloat(String key)
throws NoSuchElementException
- Throws:
NoSuchElementException
getInt
public int getInt(String key)
throws NoSuchElementException
- Throws:
NoSuchElementException
getLong
public long getLong(String key)
throws NoSuchElementException
- Throws:
NoSuchElementException
get
public String get(String key)
throws NoSuchElementException
- Throws:
NoSuchElementException