Package | Description |
---|---|
org.apache.tika.fork |
Forked parser.
|
Constructor and Description |
---|
ForkParser(Path tikaBin,
ParserFactoryFactory factoryFactory)
If you have a directory with, say, tike-app.jar and you want the
forked process/server to build a parser
and run it from that -- so that you can keep all of those dependencies out of
your client code, use this initializer.
|
ForkParser(Path tikaBin,
ParserFactoryFactory parserFactoryFactory,
ClassLoader classLoader)
EXPERT
|
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.