com.sdm.quasar.client.core.common.config
Class GlobalConfigManager

java.lang.Object
  extended bycom.sdm.quasar.client.core.common.config.GlobalConfigManager

public class GlobalConfigManager
extends java.lang.Object

Version:
1.$Revision$
Author:
Thomas Wolf

Field Summary
static java.lang.String[] DEFAULT_CONFIGURATION_FILES
          Contains all global default configuration files.
 
Method Summary
static ConfigManager getConfigManager()
          Returns the global ConfigManager instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CONFIGURATION_FILES

public static final java.lang.String[] DEFAULT_CONFIGURATION_FILES
Contains all global default configuration files. There might be more than one configuration file for each name; but then the load order is not guaranteed and so configuration values should not be overwritten. To allow a configuration file to overwrite entries from a more basic global configuration, this file must have a greater number (index in this array).

Method Detail

getConfigManager

public static ConfigManager getConfigManager()
Returns the global ConfigManager instance.