- get(String, String) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the value associated with the specified key in this node.
- getBoolean(String, boolean) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the boolean value represented by the String
object associated with the specified key in this node.
- getByteArray(String, byte[]) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the byte[] value represented by the String object
associated with the specified key in this node.
- getCause() - Method in exception org.osgi.service.prefs.BackingStoreException
-
Returns the cause of this exception or null if no cause was set.
- getDouble(String, double) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the double value represented by the String object
associated with the specified key in this node.
- getFloat(String, float) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the float value represented by the String object
associated with the specified key in this node.
- getInt(String, int) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the int value represented by the String object
associated with the specified key in this node.
- getLong(String, long) - Method in interface org.osgi.service.prefs.Preferences
-
Returns the long value represented by the String object
associated with the specified key in this node.
- getSystemPreferences() - Method in interface org.osgi.service.prefs.PreferencesService
-
Returns the root system node for the calling bundle.
- getUserPreferences(String) - Method in interface org.osgi.service.prefs.PreferencesService
-
Returns the root node for the specified user and the calling bundle.
- getUsers() - Method in interface org.osgi.service.prefs.PreferencesService
-
Returns the names of users for which node trees exist.