jwo.vfc.hub
Class JWConfigFile

java.lang.Object
  |
  +--jwo.vfc.hub.JWConfigFile

public class JWConfigFile
extends Object

Contains methods for reading and storing parameters and their values from a configuration file. Similar to a standard Properties file but enhanced to ignore comments (starting with a #) and multi-line entries enclosed by {braces}.

Version:
1.2.3, 2nd August, 1998
Author:
Original code by Michael Shoffner, modified by Jo Wood.

Constructor Summary
JWConfigFile()
           
 
Method Summary
static Properties getConfig(String configFileName)
          Gathers configuration information from file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JWConfigFile

public JWConfigFile()
Method Detail

getConfig

public static Properties getConfig(String configFileName)
Gathers configuration information from file.

Returns:
Properties stored in the configuration file.