(String property, String def)
| 55 | } |
| 56 | |
| 57 | public String getProperty(String property, String def) { |
| 58 | return config.getProperty(property, def); |
| 59 | } |
| 60 | |
| 61 | public boolean haveProperty(String property) { |
| 62 | return config.containsKey(property); |
no outgoing calls
no test coverage detected