antsnest.configuration
Class ConfigurationManager

java.lang.Object
  extended by antsnest.configuration.ConfigurationManager

public class ConfigurationManager
extends Object

A manager to configure the properties Ant's Nest needs

Author:
Chris Clohosy
See Also:
AntsNestProperties

Field Summary
static File LEVEL_FILE
          A reference to the level information file
static File PROPERTIES_FILE
          A reference to the properties file
 
Constructor Summary
ConfigurationManager()
          Constructs the configuration manager
 
Method Summary
 LevelManager getLevelManager()
          Gets the level manager Ant's Nest will use
 AntsNestProperties getProperties()
          Gets the properties Ant's Nest needs to operate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTIES_FILE

public static final File PROPERTIES_FILE
A reference to the properties file


LEVEL_FILE

public static final File LEVEL_FILE
A reference to the level information file

Constructor Detail

ConfigurationManager

public ConfigurationManager()
Constructs the configuration manager

Method Detail

getProperties

public AntsNestProperties getProperties()
Gets the properties Ant's Nest needs to operate

Returns:
an AntsNestProperties, the properties

getLevelManager

public LevelManager getLevelManager()
Gets the level manager Ant's Nest will use

Returns:
a LevelManager, the level manager