MCPcopy Create free account
hub / github.com/ddf-project/DDF / getBasicPersistenceDir

Method getBasicPersistenceDir

core/src/main/java/io/ddf/misc/Config.java:31–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers 1

Calls 2

getRuntimeDirMethod · 0.95
getGlobalValueMethod · 0.95

Tested by

no test coverage detected