de.jadv.client
Class Configuration

java.lang.Object
  |
  +--de.jadv.client.Configuration

public class Configuration
extends java.lang.Object

Contains the configuration properties for the client. They are stored externally in the config.xml file. Uses PropertyResourceBundle and a set of properties file to allow for internationalization. Also reads in a configuration.properties file that allows for customization of the client.

Author:
neitzel, jbisso

Field Summary
static java.util.ResourceBundle resourceBundle
           
 
Constructor Summary
Configuration(java.lang.String filename)
          Constructor for Configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resourceBundle

public static java.util.ResourceBundle resourceBundle
Constructor Detail

Configuration

public Configuration(java.lang.String filename)
Constructor for Configuration. Loads in the configuration.properties file in the client's startup directory and merges those properties with the default System ones. It also handles internationalization via the resources/i18n/clientGui.properties files.