@Override public String relToAbsPathForStoreLocation(String location, Path curDir) throws IOException { return LoadFunc.getAbsolutePath(location, curDir); }
@Override public String relToAbsPathForStoreLocation(String location, Path curDir) throws IOException { String path = LoadFunc.getAbsolutePath(location, curDir); log.debug("relToAbsPathForStoreLocation({}, {}) --> {}", new Object[] {location, curDir, path}); return path; }