| Methods in org.acs.damsel.srvr that return Config |
static Config |
Config.instance()
The instance() method is used instead of a constructor to get a handle on
the Config object. |
static Config |
Config.instance(java.io.File f)
The instance(File) method is like the instance() method except that it will
load the configuration from the specified file if the Config object has yet
to be initialized. |
private static Config |
Config.newConfigFromFile(java.io.File f)
The newConfigFromFile method is used instead of a constructor to load the
configuration data from the file specified in configFileName. |