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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JWConfigFile
public JWConfigFile()
getConfig
public static Properties getConfig(String configFileName)
- Gathers configuration information from file.
- Returns:
- Properties stored in the configuration file.