Package org.apache.commons.io.file
Class SimplePathVisitor
- All Implemented Interfaces:
FileVisitor<Path>,PathVisitor
- Direct Known Subclasses:
CountingPathVisitor,NoopPathVisitor
A
SimpleFileVisitor typed to a Path.- Since:
- 2.7
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.nio.file.SimpleFileVisitor
postVisitDirectory, preVisitDirectory, visitFile, visitFileFailedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.nio.file.FileVisitor
postVisitDirectory, preVisitDirectory, visitFile, visitFileFailed
-
Constructor Details
-
SimplePathVisitor
protected SimplePathVisitor()Constructs a new instance.
-