Uses of Class
org.apache.tika.batch.fs.FSDirectoryCrawler.CRAWL_ORDER
-
Packages that use FSDirectoryCrawler.CRAWL_ORDER Package Description org.apache.tika.batch.fs -
-
Uses of FSDirectoryCrawler.CRAWL_ORDER in org.apache.tika.batch.fs
Methods in org.apache.tika.batch.fs that return FSDirectoryCrawler.CRAWL_ORDER Modifier and Type Method Description static FSDirectoryCrawler.CRAWL_ORDER
FSDirectoryCrawler.CRAWL_ORDER. valueOf(String name)
Returns 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_ORDER Constructor Description FSDirectoryCrawler(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)
-