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

Method scandir

src/main/org/apache/tools/ant/DirectoryScanner.java:1163–1165  ·  view source on GitHub ↗

Scan the given directory for files and directories. Found files and directories are placed in their respective collections, based on the matching of includes, excludes, and the selectors. When a directory is found, it is scanned recursively. @param dir The directory to scan. Must not be nu

(final File dir, final String vpath, final boolean fast)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

checkIncludePatternsMethod · 0.95
processSlowScanMethod · 0.95
accountForIncludedDirMethod · 0.95

Calls 15

hasBeenScannedMethod · 0.95
scanDuringFastScanMethod · 0.95
isIncludedMethod · 0.95
accountForIncludedDirMethod · 0.95
isJunctionSafeMethod · 0.80
copyOfMethod · 0.80
isEmptyMethod · 0.65
getMethod · 0.65
resolveMethod · 0.65

Tested by

no test coverage detected