Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeanDragon/protools
/ ToolFile
Method
ToolFile
common/src/main/java/pro/tools/file/ToolFile.java:23–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
21
public
final
class
ToolFile {
22
23
private
ToolFile() {
24
throw
new
UnsupportedOperationException(
"我是工具类,别初始化我。。。"
);
25
}
26
27
/**
28
* 根据文件路径获取文件
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected