(String key, int defaultValue)
| 238 | } |
| 239 | |
| 240 | public int initInt(String key, int defaultValue) |
| 241 | { |
| 242 | return NumberUtils.toInt(initProperty(key, Integer.toString(defaultValue))); |
| 243 | } |
| 244 | |
| 245 | public boolean getBoolean(String key) |
| 246 | { |
no test coverage detected