MCPcopy Create free account
hub / github.com/e2wugui/zeze / loadAndParse

Method loadAndParse

ZezeJava/ZezeJava/src/main/java/Zeze/Config.java:496–498  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

494 }
495
496 public @NotNull Config loadAndParse() {
497 return loadAndParse("zeze.xml");
498 }
499
500 public @NotNull Config loadAndParse(@NotNull String xmlFile) {
501 if (new File(xmlFile).isFile()) {

Callers 3

loadMethod · 0.80
startMethod · 0.80
BinLoggerServiceMethod · 0.80

Calls 8

parseMethod · 0.95
forceThrowMethod · 0.95
getDefaultTableConfMethod · 0.95
setDefaultTableConfMethod · 0.95
getDatabaseConfMapMethod · 0.95
parseMethod · 0.65
isEmptyMethod · 0.65
putIfAbsentMethod · 0.65

Tested by

no test coverage detected