(String key, String value)
| 157 | } |
| 158 | |
| 159 | private static Object setSystemProperty(String key, String value) |
| 160 | { |
| 161 | return getInstance().setProperty(key, value); |
| 162 | } |
| 163 | |
| 164 | private static String getDirectory(String key) |
| 165 | { |
no test coverage detected