public interface PreferencesFactory
Preferences class as factory class to
create Preferences instances. This interface can be implemented and
installed to replace the default preferences implementation.Preferences| Modifier and Type | Method and Description |
|---|---|
Preferences |
systemRoot()
Returns the root node of the system preferences hierarchy.
|
Preferences |
userRoot()
Returns the root node of the preferences hierarchy for the calling user
context.
|
Preferences userRoot()
Preferences systemRoot()