Package org.apache.tika.fork
Class ParserFactoryFactory
- java.lang.Object
- 
- org.apache.tika.fork.ParserFactoryFactory
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class ParserFactoryFactory extends Object implements Serializable Lightweight, easily serializable class that contains enough information to build aParserFactory- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description ParserFactoryFactory(String className, Map<String,String> args)
 
- 
- 
- 
Method Detail- 
buildpublic ParserFactory build() throws TikaException - Throws:
- TikaException
 
 
- 
 
-