|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.utils4j.PropertiesFilePreferencesFactory
public final class PropertiesFilePreferencesFactory
A factory for creating root nodes using the
PropertiesFilePreferences implementation.
| Field Summary | |
|---|---|
static String |
SYSTEM_PREF_DIR
System property key used containing the path and name of the "system" preferences directory. |
static String |
USER_PREF_DIR
System property key used containing the path and name of the "user" preferences directory. |
| Constructor Summary | |
|---|---|
PropertiesFilePreferencesFactory()
Default constructor. |
|
PropertiesFilePreferencesFactory(String systemPrefDir,
String userPrefDir)
Constructor with path and filenames of the system and user root directories. |
|
| Method Summary | |
|---|---|
Preferences |
systemRoot()
|
Preferences |
userRoot()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String SYSTEM_PREF_DIR
public static final String USER_PREF_DIR
| Constructor Detail |
|---|
public PropertiesFilePreferencesFactory()
public PropertiesFilePreferencesFactory(String systemPrefDir,
String userPrefDir)
systemPrefDir - Path and name of the "system" preferences directory.userPrefDir - Path and name of the "user" preferences directory.| Method Detail |
|---|
public final Preferences systemRoot()
systemRoot in interface PreferencesFactorypublic final Preferences userRoot()
userRoot in interface PreferencesFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||