public class PropertyFileReader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
propFile |
static boolean |
usePropFile |
| Constructor and Description |
|---|
PropertyFileReader() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Properties |
readPropFile()
Read properties file into a Properties object.
|