Class TopicTreeVisitor
- java.lang.Object
-
- io.virtdata.docsys.metafs.fs.renderfs.model.topics.TopicTreeVisitor
-
- All Implemented Interfaces:
VirtTreeWalker.PathVisitor
public class TopicTreeVisitor extends java.lang.Object implements VirtTreeWalker.PathVisitor
-
-
Constructor Summary
Constructors Constructor Description TopicTreeVisitor(java.nio.file.Path baseTopicPath)
-
Method Summary
Modifier and Type Method Description java.util.List<Topic>getTopicTrees()voidpostVisitDir(java.nio.file.Path path)voidpreVisitDir(java.nio.file.Path path)voidvisit(java.nio.file.Path p)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.virtdata.docsys.metafs.fs.renderfs.walkers.VirtTreeWalker.PathVisitor
postVisitFile, preVisitFile
-
-
-
-
Method Detail
-
visit
public void visit(java.nio.file.Path p)
- Specified by:
visitin interfaceVirtTreeWalker.PathVisitor
-
preVisitDir
public void preVisitDir(java.nio.file.Path path)
- Specified by:
preVisitDirin interfaceVirtTreeWalker.PathVisitor
-
postVisitDir
public void postVisitDir(java.nio.file.Path path)
- Specified by:
postVisitDirin interfaceVirtTreeWalker.PathVisitor
-
getTopicTrees
public java.util.List<Topic> getTopicTrees()
-
-