Class PathWalker.Collect
java.lang.Object
io.nosqlbench.docsys.core.PathWalker.Collect
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget()voidpreVisitDir(Path path) voidpreVisitFile(Path path) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.nosqlbench.docsys.core.PathWalker.PathVisitor
postVisitDir, postVisitFile
-
Constructor Details
-
Collect
public Collect(boolean collectFiles, boolean collectDirectories)
-
-
Method Details
-
get
-
visit
- Specified by:
visitin interfacePathWalker.PathVisitor
-
preVisitFile
- Specified by:
preVisitFilein interfacePathWalker.PathVisitor
-
preVisitDir
- Specified by:
preVisitDirin interfacePathWalker.PathVisitor
-