java.util.prefs
public
interface
java.util.prefs.PreferencesFactory
java.util.prefs.PreferencesFactory |
|
This interface is used by Preferences class
as factory class to create Preferences instance. This interface can be implemented
and installed to replace the default preferences implementation.
Summary
Details
Public Methods
Returns the root of the system preferences hierarchy.
Returns
- The root of the system preferences hierarchy.
Returns the root of the preferences hierarchy for the calling user
context.
Returns
- The user root preferences node.