Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeanDragon/protools
/ ToolOS
Method
ToolOS
common/src/main/java/pro/tools/system/ToolOS.java:61–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
private
ToolOS() {
62
throw
new
UnsupportedOperationException(
"我是工具类,别初始化我。。。"
);
63
}
64
65
/**
66
* 获取java系统环境变量
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected