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.
|
visitFileFailedpostVisitDirectory, preVisitDirectory, visitFileclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpostVisitDirectory, preVisitDirectory, visitFilepublic 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.