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

Method load

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

Source from the content-addressed store, hash-verified

486 }
487
488 public static @NotNull Config load() {
489 return load("zeze.xml");
490 }
491
492 public static @NotNull Config load(@NotNull String xmlFile) {
493 return new Config().loadAndParse(xmlFile);

Callers 15

benchMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
testLogServiceMethod · 0.95
AppMethod · 0.95
testDbh2Method · 0.95
testBenchMethod · 0.95
testFullMethod · 0.95
beforeMethod · 0.95
_RunMethod · 0.95
SimpleAppMethod · 0.95

Calls 1

loadAndParseMethod · 0.80

Tested by 15

benchMethod · 0.76
mainMethod · 0.76
mainMethod · 0.76
testLogServiceMethod · 0.76
AppMethod · 0.76
testDbh2Method · 0.76
testBenchMethod · 0.76
testFullMethod · 0.76
beforeMethod · 0.76
_RunMethod · 0.76
SimpleAppMethod · 0.76