org.apache.directory.server.core.prefs
Class ServerPreferencesFactory

java.lang.Object
  extended by org.apache.directory.server.core.prefs.ServerPreferencesFactory
All Implemented Interfaces:
java.util.prefs.PreferencesFactory

public class ServerPreferencesFactory
extends java.lang.Object
implements java.util.prefs.PreferencesFactory

A preferences factory implementation. Currently the userRoot() preferences are not available and will throw NotImplementedExceptions.

Version:
$Rev: 434579 $
Author:
Apache Directory Project

Constructor Summary
ServerPreferencesFactory()
           
 
Method Summary
 java.util.prefs.Preferences systemRoot()
           
 java.util.prefs.Preferences userRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerPreferencesFactory

public ServerPreferencesFactory()
Method Detail

systemRoot

public java.util.prefs.Preferences systemRoot()
Specified by:
systemRoot in interface java.util.prefs.PreferencesFactory

userRoot

public java.util.prefs.Preferences userRoot()
Specified by:
userRoot in interface java.util.prefs.PreferencesFactory


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.