Uses of Class
org.springframework.integration.file.DefaultDirectoryScanner
-
Uses of DefaultDirectoryScanner in org.springframework.integration.file
Modifier and TypeClassDescriptionclass
A custom scanner that only returns the firstmaxNumberOfFiles
elements from a directory listing.class
TheDefaultDirectoryScanner
extension which walks through the directory tree usingFiles.walk(Path, int, FileVisitOption...)
.