Uses of Interface
org.osgi.service.prefs.Preferences
-
Uses of Preferences in org.osgi.service.prefs
Modifier and TypeMethodDescriptionPreferencesService.getSystemPreferences()
Returns the root system node for the calling bundle.PreferencesService.getUserPreferences
(String name) Returns the root node for the specified user and the calling bundle.Returns a namedPreferences
object (node), creating it and any of its ancestors if they do not already exist.Preferences.parent()
Returns the parent of this node, ornull
if this is the root.