- parent() - Method in interface org.osgi.service.prefs.Preferences
-
Returns the parent of this node, or null if this is the root.
- Preferences - Interface in org.osgi.service.prefs
-
A node in a hierarchical collection of preference data.
- PreferencesService - Interface in org.osgi.service.prefs
-
The Preferences Service.
- put(String, String) - Method in interface org.osgi.service.prefs.Preferences
-
Associates the specified value with the specified key in this node.
- putBoolean(String, boolean) - Method in interface org.osgi.service.prefs.Preferences
-
Associates a String object representing the specified
boolean value with the specified key in this node.
- putByteArray(String, byte[]) - Method in interface org.osgi.service.prefs.Preferences
-
Associates a String object representing the specified
byte[] with the specified key in this node.
- putDouble(String, double) - Method in interface org.osgi.service.prefs.Preferences
-
Associates a String object representing the specified
double value with the specified key in this node.
- putFloat(String, float) - Method in interface org.osgi.service.prefs.Preferences
-
Associates a String object representing the specified
float value with the specified key in this node.
- putInt(String, int) - Method in interface org.osgi.service.prefs.Preferences
-
Associates a String object representing the specified int
value with the specified key in this node.
- putLong(String, long) - Method in interface org.osgi.service.prefs.Preferences
-
Associates a String object representing the specified
long value with the specified key in this node.