(String hash, String type)
| 327 | } |
| 328 | |
| 329 | public static String getObjectAsString(String hash, String type) { |
| 330 | String path = ConstantVal.OBJECTS_DIR + "/" + hash; |
| 331 | log.debug("get the content of {} file", path); |
| 332 | return FileUtil.getFileAsString(path, type); |
| 333 | } |
| 334 | |
| 335 | /** |
| 336 | * @param path file path |
no test coverage detected