public class SystemProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.util.Hashtable |
propertyH |
Constructor and Description |
---|
SystemProperties() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getProperty(java.lang.String key) |
static java.lang.String |
getProperty(java.lang.String key,
java.lang.String defaultValue) |
static void |
setPropertyH(java.util.Hashtable aPropertyH) |