Interface IWalkingFileVisitor
-
- All Superinterfaces:
FileVisitor<Path>
,IFileTreeWalker
- All Known Implementing Classes:
AMultithrowFileVisitor
,CompareWalker.Visitor
,CopyWalker.Visitor
,DeleteWalker.Visitor
public interface IWalkingFileVisitor extends FileVisitor<Path>, IFileTreeWalker
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Path
walkFileTree(Path start, Set<FileVisitOption> options, int maxDepth)
-
Methods inherited from interface java.nio.file.FileVisitor
postVisitDirectory, preVisitDirectory, visitFile, visitFileFailed
-
Methods inherited from interface com.g2forge.alexandria.java.io.file.IFileTreeWalker
walkFileTree
-
-
-
-
Method Detail
-
walkFileTree
default Path walkFileTree(Path start, Set<FileVisitOption> options, int maxDepth)
- Specified by:
walkFileTree
in interfaceIFileTreeWalker
-
-