Class FileGathererHelper
- All Implemented Interfaces:
FileVisitor<Path>
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileVisitor<Path> of(PathMatcher matcher, Consumer<Path> onFileDiscovered) static FileVisitor<Path> visitFile(Path file, BasicFileAttributes attrs) Methods inherited from class java.nio.file.SimpleFileVisitor
postVisitDirectory, preVisitDirectory, visitFileFailed
-
Method Details
-
of
-
of
-
visitFile
- Specified by:
visitFilein interfaceFileVisitor<Path>- Overrides:
visitFilein classSimpleFileVisitor<Path>- Throws:
IOException
-