Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.acs.damsel.srvr.Config

Uses of Config in org.acs.damsel.srvr
 

Fields in org.acs.damsel.srvr declared as Config
private  Config TestConfig.config
           
private static Config Config.instance
           
 

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.