Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/xpipe-io/xpipe
/ of
Method
of
core/src/main/java/io/xpipe/core/FilePath.java:28–30 ·
view source on GitHub ↗
(String path)
Source
from the content-addressed store, hash-verified
26
}
27
28
public
static
FilePath of(String path) {
29
return
path != null ?
new
FilePath(path) : null;
30
}
31
32
public
static
FilePath of(String... path) {
33
if
(path == null || path.length == 0) {
Callers
15
getRoot
Method · 0.95
toDirectory
Method · 0.95
removeTrailingSlash
Method · 0.95
getBaseName
Method · 0.95
join
Method · 0.95
getParent
Method · 0.95
startsWith
Method · 0.95
relativize
Method · 0.95
resolveTildeHome
Method · 0.95
toUnix
Method · 0.95
toWindows
Method · 0.95
deserialize
Method · 0.95
Calls
3
toArray
Method · 0.80
join
Method · 0.45
toString
Method · 0.45
Tested by
1
getResourcePath
Method · 0.76