public class HolerConfig extends Object
| 构造器和说明 |
|---|
HolerConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
boolValue(String key) |
boolean |
boolValue(String key,
Boolean defaultValue) |
static HolerConfig |
getConfig() |
void |
initConfig(String confFile) |
Integer |
intValue(String key) |
int |
intValue(String key,
int defaultValue) |
String |
strValue(String key) |
String |
strValue(String key,
String defaultValue) |
public static HolerConfig getConfig()
public void initConfig(String confFile)
public int intValue(String key, int defaultValue)
Copyright © 2019. All rights reserved.