de.intarsys.tools.preferences
Class NullPreferencesFactory
java.lang.Object
de.intarsys.tools.preferences.NullPreferencesFactory
- All Implemented Interfaces:
- IPreferencesFactory
public class NullPreferencesFactory
- extends Object
- implements IPreferencesFactory
A factory for NullPreferences
NullPreferencesFactory
public NullPreferencesFactory()
getMain
public IPreferences getMain()
- Description copied from interface:
IPreferencesFactory
- The standard root to be used by a "main" component.
- Specified by:
getMain
in interface IPreferencesFactory
- Returns:
- The standard root to be used by a "main" component.
getRoot
public IPreferences getRoot()
- Description copied from interface:
IPreferencesFactory
- The global root where all
IPreferences
are mounted. Most oftne
this is the parent of the "main" IPreferences
object. Other
optional components IPreferences
are mounted as siblings.
- Specified by:
getRoot
in interface IPreferencesFactory
- Returns:
- The global root where all
IPreferences
are mounted.
Copyright © 2008 intarsys consulting GmbH. All Rights Reserved.