Uses of Interface
org.osgi.service.prefs.Preferences
Packages that use Preferences
-
Uses of Preferences in org.osgi.service.prefs
Methods in org.osgi.service.prefs that return PreferencesModifier 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 namedPreferencesobject (node), creating it and any of its ancestors if they do not already exist.Preferences.parent()Returns the parent of this node, ornullif this is the root.