Uses of Interface
org.osgi.service.prefs.Preferences
-
Packages that use Preferences Package Description org.osgi.service.prefs Preferences Service Package Version 1.1. -
-
Uses of Preferences in org.osgi.service.prefs
Methods in org.osgi.service.prefs that return Preferences Modifier and Type Method Description 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. node(java.lang.String pathName)
Returns a namedPreferences
object (node), creating it and any of its ancestors if they do not already exist.Preferences
Preferences. parent()
Returns the parent of this node, ornull
if this is the root.
-