|
OSGi Service Platform Release 4 (draft) |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Preferences | |
org.osgi.service.prefs | The OSGi Preferences Service Package. |
Uses of Preferences in org.osgi.service.prefs |
Methods in org.osgi.service.prefs that return Preferences | |
Preferences |
PreferencesService.getSystemPreferences()
Returns the root system node for the calling bundle. |
Preferences |
PreferencesService.getUserPreferences(java.lang.String name)
Returns the root node for the specified user and the calling bundle. |
Preferences |
Preferences.parent()
Returns the parent of this node, or null if this is the root. |
Preferences |
Preferences.node(java.lang.String pathName)
Returns a named Preferences object (node), creating it and any
of its ancestors if they do not already exist. |
|
OSGi Service Platform Release 4 (draft) |
||||||||||
PREV NEXT | FRAMES NO FRAMES |