public class NoopPathVisitor extends SimplePathVisitor
Modifier and Type | Field and Description |
---|---|
static NoopPathVisitor |
INSTANCE
The singleton instance.
|
Constructor and Description |
---|
NoopPathVisitor()
Constructs a new instance.
|
NoopPathVisitor(IOBiFunction<Path,IOException,FileVisitResult> visitFileFailed)
Constructs a new instance.
|
visitFileFailed
postVisitDirectory, preVisitDirectory, visitFile
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
postVisitDirectory, preVisitDirectory, visitFile
public static final NoopPathVisitor INSTANCE
public NoopPathVisitor()
public NoopPathVisitor(IOBiFunction<Path,IOException,FileVisitResult> visitFileFailed)
visitFileFailed
- Called on SimplePathVisitor.visitFileFailed(Path, IOException)
.Copyright © 2002–2023 The Apache Software Foundation. All rights reserved.