java.util.prefs
Class WindowsPreferencesFactory
java.lang.Object
java.util.prefs.WindowsPreferencesFactory
- All Implemented Interfaces:
- PreferencesFactory
- class WindowsPreferencesFactory
- extends Object
- implements PreferencesFactory
Implementation of PreferencesFactory to return
WindowsPreferences objects.
- Since:
- 1.4
- Author:
- Konstantin Kladko
- See Also:
Preferences
,
WindowsPreferences
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WindowsPreferencesFactory
WindowsPreferencesFactory()
userRoot
public Preferences userRoot()
- Returns WindowsPreferences.userRoot
- Specified by:
userRoot
in interface PreferencesFactory
systemRoot
public Preferences systemRoot()
- Returns WindowsPreferences.systemRoot
- Specified by:
systemRoot
in interface PreferencesFactory