org.apache.commons.io.file
Class NoopPathVisitor
- java.lang.Object
-
- java.nio.file.SimpleFileVisitor<Path>
-
- org.apache.commons.io.file.SimplePathVisitor
-
- org.apache.commons.io.file.NoopPathVisitor
-
- All Implemented Interfaces:
- FileVisitor< Path>, PathVisitor
public class NoopPathVisitor extends SimplePathVisitor
A noop path visitor.- Since:
- 2.9.0
-
Field Summary
Fields Modifier and Type Field and Description static NoopPathVisitor
INSTANCE
The singleton instance.
Constructor Summary
Constructors Constructor and Description NoopPathVisitor()
Method Summary
Methods inherited from class java.nio.file.SimpleFileVisitor
postVisitDirectory, preVisitDirectory, visitFile, visitFileFailed
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.nio.file.FileVisitor
postVisitDirectory, preVisitDirectory, visitFile, visitFileFailed
-
Field Detail
INSTANCE
public static final NoopPathVisitor INSTANCE
The singleton instance.
Copyright © 2002–2021 The Apache Software Foundation. All rights reserved.