public class DefaultConfigValue extends Object
| Constructor and Description | 
|---|
DefaultConfigValue()  | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
getDefaultValueBoolean(String dir)  | 
static double | 
getDefaultValueDouble(String dir)  | 
static int | 
getDefaultValueInt(String dir)  | 
static String | 
getDefaultValueString(String dir)  | 
static void | 
init()
Load all default values 
 |