MCPcopy Create free account
hub / github.com/apache/ant / isAbsolutePath

Method isAbsolutePath

src/main/org/apache/tools/ant/util/FileUtils.java:692–716  ·  view source on GitHub ↗

Verifies that the specified filename represents an absolute path. Differs from new java.io.File("filename").isAbsolute() in that a path beginning with a double file separator--signifying a Windows UNC--must at minimum match "\\a\b" to be considered an absolute path. @param filename the filename to b

(String filename)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

checkIncludePatternsMethod · 0.95
shouldSkipPatternMethod · 0.95
tokenizePathMethod · 0.95
tokenizePathAsArrayMethod · 0.95
findFileMethod · 0.95
resolveFileMethod · 0.95
dissectMethod · 0.95
fromURIMethod · 0.95

Calls 5

indexOfMethod · 0.80
isEmptyMethod · 0.65
lengthMethod · 0.45
replaceMethod · 0.45

Tested by

no test coverage detected