Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
load
Method · 0.80
start
Method · 0.80
BinLoggerService
Method · 0.80
Calls
8
parse
Method · 0.95
forceThrow
Method · 0.95
getDefaultTableConf
Method · 0.95
setDefaultTableConf
Method · 0.95
getDatabaseConfMap
Method · 0.95
parse
Method · 0.65
isEmpty
Method · 0.65
putIfAbsent
Method · 0.65
Tested by
no test coverage detected