Uses of Enum
org.apache.tika.batch.fs.FSDirectoryCrawler.CRAWL_ORDER
Packages that use FSDirectoryCrawler.CRAWL_ORDER
-
Uses of FSDirectoryCrawler.CRAWL_ORDER in org.apache.tika.batch.fs
Methods in org.apache.tika.batch.fs that return FSDirectoryCrawler.CRAWL_ORDERModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static FSDirectoryCrawler.CRAWL_ORDER[]
FSDirectoryCrawler.CRAWL_ORDER.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.tika.batch.fs with parameters of type FSDirectoryCrawler.CRAWL_ORDERModifierConstructorDescriptionFSDirectoryCrawler
(ArrayBlockingQueue<FileResource> fileQueue, int numConsumers, Path root, Path startDirectory, FSDirectoryCrawler.CRAWL_ORDER crawlOrder) FSDirectoryCrawler
(ArrayBlockingQueue<FileResource> fileQueue, int numConsumers, Path root, FSDirectoryCrawler.CRAWL_ORDER crawlOrder)