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 Summary
Constructors Constructor Description ParserFactoryFactory(String className, Map<String,String> args)
-
-
-
Method Detail
-
build
public ParserFactory build() throws TikaException
- Throws:
TikaException
-
-