Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ getServiceConf
Method
getServiceConf
ZezeJava/ZezeJava/src/main/java/Zeze/Config.java:484–486 ·
view source on GitHub ↗
(@NotNull String name)
Source
from the content-addressed store, hash-verified
482
}
483
484
public
@Nullable ServiceConf getServiceConf(@NotNull String name) {
485
return
getServiceConfMap().get(name);
486
}
487
488
public
static
@NotNull Config load() {
489
return
load(
"zeze.xml"
);
Callers
10
main
Method · 0.80
test2App
Method · 0.80
start
Method · 0.80
LinkdApp
Method · 0.80
startLast
Method · 0.80
Onz
Method · 0.80
initConfig
Method · 0.80
start
Method · 0.80
start
Method · 0.80
Start
Method · 0.80
Calls
2
getServiceConfMap
Method · 0.95
get
Method · 0.65
Tested by
2
main
Method · 0.64
test2App
Method · 0.64