Overview

The Default Configuration works in the following Order to get Configuration-Values:

  1. Lookup in System.getProperty(...)
  2. Lookup in JNDI Context
  3. Lookup in Preferences.userRoot() and then Preferences.systemRoot()
  4. Lookup in Classpath

The First found value will be returned.
If no Value where Found, NULL will be returned.

Configuration

The complete default configuration can be found there: ./XMLSchema/defaultsettings4j.xml

The XML Schema Definition can be found there: ./XMLSchema/settings4j.dtd