Uses of Class
org.apache.tika.batch.FileResourceConsumer
-
Packages that use FileResourceConsumer Package Description org.apache.tika.batch org.apache.tika.batch.fs -
-
Uses of FileResourceConsumer in org.apache.tika.batch
Methods in org.apache.tika.batch that return types with arguments of type FileResourceConsumer Modifier and Type Method Description List<FileResourceConsumer>ConsumersManager. getConsumers()Get the consumersConstructor parameters in org.apache.tika.batch with type arguments of type FileResourceConsumer Constructor Description ConsumersManager(List<FileResourceConsumer> consumers) -
Uses of FileResourceConsumer in org.apache.tika.batch.fs
Subclasses of FileResourceConsumer in org.apache.tika.batch.fs Modifier and Type Class Description classAbstractFSConsumerclassBasicTikaFSConsumerBasic FileResourceConsumer that reads files from an input directory and writes content to the output directory.classRecursiveParserWrapperFSConsumerThis runs a RecursiveParserWrapper against an input file and outputs the json metadata to an output file.classStreamOutRPWFSConsumerThis uses theJsonStreamingSerializerto write out a single metadata object at a time.Constructor parameters in org.apache.tika.batch.fs with type arguments of type FileResourceConsumer Constructor Description FSConsumersManager(List<FileResourceConsumer> consumers)
-