java.util.prefs
Class WindowsPreferencesFactory

java.lang.Object
  extended byjava.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

Constructor Summary
(package private) WindowsPreferencesFactory()
           
 
Method Summary
 Preferences systemRoot()
          Returns WindowsPreferences.systemRoot
 Preferences userRoot()
          Returns WindowsPreferences.userRoot
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WindowsPreferencesFactory

WindowsPreferencesFactory()
Method Detail

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