org.jbind.xml
Class Config

java.lang.Object
  extended byorg.jbind.xml.Config

public class Config
extends java.lang.Object

Configuration of the XML package. Uses Preferences for storing the configuration information. The configuration can be managed using the main method of this class.

The configuration information is divided into several branches:

An example preferences file can be obtained by executing the command:
java org.jbind.xml.Config -reset -export config.xml.


Field Summary
static IConfig instance
           
 
Constructor Summary
Config()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final IConfig instance
Constructor Detail

Config

public Config()