Uses of Class
org.apache.tika.fork.ParserFactoryFactory
- 
Packages that use ParserFactoryFactory Package Description org.apache.tika.fork Forked parser.
- 
- 
Uses of ParserFactoryFactory in org.apache.tika.forkConstructors in org.apache.tika.fork with parameters of type ParserFactoryFactory Constructor 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
 
-