de.jadv.client
Class ClientConfiguration

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

public class ClientConfiguration
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
ClientConfiguration(java.lang.String filename)
          Constructor for ClientConfiguration.
 
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

ClientConfiguration

public ClientConfiguration(java.lang.String filename)
Constructor for ClientConfiguration. 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.