Skip navigation links

Package org.mdiutil.prefs

This package contains an implementation of the java preferences classes, allowing to use these preferences in a network.

See: Description

Package org.mdiutil.prefs Description

This package contains an implementation of the java preferences classes, allowing to use these preferences in a network. These preferences have the following properties:

This ensures that the preferences will follow the "nomad" user.

FIXED : It was necessary to perfom a more thoroughly modification than expected in the package, because the java.util.prefs package does create "java" Preferences by default when an XML tree is imported, or nodes added, which result in the creation of a node in the default java backing store.

For example, in Windows, the backing store is the Windows registry, which is modified even if a custom PreferencesFactory is used.

Skip navigation links