Uses of Interface
org.basex.build.fs.FSVisitor

Packages that use FSVisitor
org.basex.build.fs Contains classes for file system traversals. 
 

Uses of FSVisitor in org.basex.build.fs
 

Classes in org.basex.build.fs that implement FSVisitor
 class FSParser
          Imports/shreds/parses a file hierarchy into a BaseX database.
 

Methods in org.basex.build.fs with parameters of type FSVisitor
 boolean FSWalker.register(FSVisitor v)
          Registers another visitor to the file hierarchy traversal.