| Package | Description |
|---|---|
| org.apache.tika.batch.fs | |
| org.apache.tika.batch.fs.builders |
| Modifier and Type | Class and Description |
|---|---|
class |
FSOutputStreamFactory |
| Modifier and Type | Field and Description |
|---|---|
private OutputStreamFactory |
BasicTikaFSConsumer.fsOSFactory |
private OutputStreamFactory |
RecursiveParserWrapperFSConsumer.fsOSFactory |
| Modifier and Type | Method and Description |
|---|---|
protected java.io.OutputStream |
AbstractFSConsumer.getOutputStream(OutputStreamFactory fsOSFactory,
FileResource fileResource)
Use this for consistent logging of exceptions.
|
| Constructor and Description |
|---|
BasicTikaFSConsumer(java.util.concurrent.ArrayBlockingQueue<FileResource> queue,
ParserFactory parserFactory,
ContentHandlerFactory contentHandlerFactory,
OutputStreamFactory fsOSFactory,
TikaConfig config) |
RecursiveParserWrapperFSConsumer(java.util.concurrent.ArrayBlockingQueue<FileResource> queue,
ParserFactory parserFactory,
ContentHandlerFactory contentHandlerFactory,
OutputStreamFactory fsOSFactory,
TikaConfig tikaConfig) |
| Modifier and Type | Method and Description |
|---|---|
private OutputStreamFactory |
BasicTikaFSConsumersBuilder.getOutputStreamFactory(org.w3c.dom.Node node,
java.util.Map<java.lang.String,java.lang.String> runtimeAttributes,
ContentHandlerFactory contentHandlerFactory,
boolean useRecursiveParserWrapper) |