org.bluesock.bluemud.driver
Class  ConfigurationManager
java.lang.Object
  |
  +--org.bluesock.bluemud.driver.ConfigurationManager
- public class ConfigurationManager- extends java.lang.Object
Reads in information from a props file specified by
 BluemudConfigFile.  This information is stored in
 a Properties object for querying by the system at
 a later point.
 
| Method Summary | 
| (package private) static java.util.Properties | getProperties()Reads through the properties file (defaults to 'bluemud.conf')
 and sets the properties in a Properties object.
 | 
| (package private) static void | loadAliases()Reads in the aliases file (defaults to aliases.conf)
 and dumps the aliases in a Properties object.
 | 
 
| Methods inherited from class java.lang.Object | 
| , clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BLUEMUD_ROOT
static final java.lang.String BLUEMUD_ROOT
BLUEMUD_LOG_ROOT
static final java.lang.String BLUEMUD_LOG_ROOT
BLUEMUD_CODE_ROOT
static final java.lang.String BLUEMUD_CODE_ROOT
WORLD_ROOT
static final java.lang.String WORLD_ROOT
WORLD_DOMAINS_ROOT
static final java.lang.String WORLD_DOMAINS_ROOT
WORLD_HOME_ROOT
static final java.lang.String WORLD_HOME_ROOT
WORLD_DATA_ROOT
static final java.lang.String WORLD_DATA_ROOT
WORLD_SECURED_ROOT
static final java.lang.String WORLD_SECURED_ROOT
getProperties
static java.util.Properties getProperties()
- Reads through the properties file (defaults to 'bluemud.conf')
 and sets the properties in a Properties object.- 
- Returns:
- Properties object of properties.
 
loadAliases
static void loadAliases()
- Reads in the aliases file (defaults to aliases.conf)
 and dumps the aliases in a Properties object.- 
- Returns:
- Properties object of aliases.
 
docs generated on Thu Jan 24 08:57:26 CST 2002