? SimplePathVisitor
- ????????:
FileVisitor<Path>
,PathVisitor
- ??????:
CountingPathVisitor
,NoopPathVisitor
A
SimpleFileVisitor
typed to a Path
.- ???????:
- 2.7
-
?????
??? -
????
??????? java.nio.file.SimpleFileVisitor
postVisitDirectory, preVisitDirectory, visitFile, visitFileFailed
??????? java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
???????? java.nio.file.FileVisitor
postVisitDirectory, preVisitDirectory, visitFile, visitFileFailed
-
???????
-
SimplePathVisitor
protected SimplePathVisitor()Constructs a new instance.
-