Android
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.

See Also

Summary

Public Methods

          Preferences  systemRoot()
Returns the root of the system preferences hierarchy.
          Preferences  userRoot()
Returns the root of the preferences hierarchy for the calling user context.

Details

Public Methods

public Preferences systemRoot()

Returns the root of the system preferences hierarchy.

Returns

  • The root of the system preferences hierarchy.

public Preferences userRoot()

Returns the root of the preferences hierarchy for the calling user context.

Returns

  • The user root preferences node.
Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:48