Uses of Class
org.apache.tika.batch.FileResourceConsumer
-
Packages that use FileResourceConsumer Package Description org.apache.tika.batch org.apache.tika.batch.fs org.apache.tika.eval org.apache.tika.eval.batch -
-
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 class
AbstractFSConsumer
class
BasicTikaFSConsumer
Basic FileResourceConsumer that reads files from an input directory and writes content to the output directory.class
RecursiveParserWrapperFSConsumer
This runs a RecursiveParserWrapper against an input file and outputs the json metadata to an output file.class
StreamOutRPWFSConsumer
This uses theJsonStreamingSerializer
to 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)
-
Uses of FileResourceConsumer in org.apache.tika.eval
Subclasses of FileResourceConsumer in org.apache.tika.eval Modifier and Type Class Description class
AbstractProfiler
class
ExtractComparer
class
ExtractProfiler
-
Uses of FileResourceConsumer in org.apache.tika.eval.batch
Methods in org.apache.tika.eval.batch that return FileResourceConsumer Modifier and Type Method Description abstract FileResourceConsumer
EvalConsumerBuilder. build()
FileResourceConsumer
ExtractComparerBuilder. build()
FileResourceConsumer
ExtractProfilerBuilder. build()
Constructor parameters in org.apache.tika.eval.batch with type arguments of type FileResourceConsumer Constructor Description DBConsumersManager(JDBCUtil dbUtil, MimeBuffer mimeBuffer, List<FileResourceConsumer> consumers)
-