Package io.nosqlbench.nb.api.content
Class NBIOWalker.PathSuffixFilter
java.lang.Object
io.nosqlbench.nb.api.content.NBIOWalker.PathSuffixFilter
- All Implemented Interfaces:
java.nio.file.DirectoryStream.Filter<java.nio.file.Path>
- Enclosing class:
- NBIOWalker
public static class NBIOWalker.PathSuffixFilter
extends java.lang.Object
implements java.nio.file.DirectoryStream.Filter<java.nio.file.Path>
-
Constructor Summary
Constructors Constructor Description PathSuffixFilter(java.lang.String filename) -
Method Summary
Modifier and Type Method Description booleanaccept(java.nio.file.Path entry)
-
Constructor Details
-
PathSuffixFilter
public PathSuffixFilter(java.lang.String filename)
-
-
Method Details
-
accept
public boolean accept(java.nio.file.Path entry) throws java.io.IOException- Specified by:
acceptin interfacejava.nio.file.DirectoryStream.Filter<java.nio.file.Path>- Throws:
java.io.IOException
-