Uses of Interface
org.osgi.service.prefs.Preferences
-
Packages that use Preferences Package Description org.osgi.service.prefs -
-
Uses of Preferences in org.osgi.service.prefs
Methods in org.osgi.service.prefs that return Preferences Modifier and Type Method Description PreferencesPreferencesService. getSystemPreferences()Returns the root system node for the calling bundle.PreferencesPreferencesService. getUserPreferences(java.lang.String name)Returns the root node for the specified user and the calling bundle.PreferencesPreferences. node(java.lang.String pathName)Returns a namedPreferencesobject (node), creating it and any of its ancestors if they do not already exist.PreferencesPreferences. parent()Returns the parent of this node, ornullif this is the root.
-