()
| 29 | } |
| 30 | |
| 31 | public static String getBasicPersistenceDir() throws IOException { |
| 32 | return String.format("%s/%s", getRuntimeDir(), getGlobalValue(ConfigConstant.FIELD_BASIC_PERSISTENCE_DIRECTORY)); |
| 33 | } |
| 34 | |
| 35 | |
| 36 | public static String getValue(ConfigConstant section, ConfigConstant key) { |
no test coverage detected