Package | Description |
---|---|
org.osgi.service.prefs |
Preferences Service Package Version 1.1.
|
Modifier and Type | Method and Description |
---|---|
Preferences |
PreferencesService.getSystemPreferences()
Returns the root system node for the calling bundle.
|
Preferences |
PreferencesService.getUserPreferences(String name)
Returns the root node for the specified user and the calling bundle.
|
Preferences |
Preferences.node(String pathName)
Returns a named
Preferences object (node), creating it and any of
its ancestors if they do not already exist. |
Preferences |
Preferences.parent()
Returns the parent of this node, or
null if this is the root. |
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0