Package com.github.euler.tika
Class AbstractParseContextFactory
- java.lang.Object
-
- com.github.euler.tika.AbstractParseContextFactory
-
- All Implemented Interfaces:
TypeConfigConverter<ParseContextFactory>
- Direct Known Subclasses:
DefaultParseContextFactoryConfigConverter
public abstract class AbstractParseContextFactory extends Object implements TypeConfigConverter<ParseContextFactory>
-
-
Constructor Summary
Constructors Constructor Description AbstractParseContextFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringtype()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.euler.configuration.TypeConfigConverter
configType, convert, getDescription
-
-
-
-
Field Detail
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public String type()
- Specified by:
typein interfaceTypeConfigConverter<ParseContextFactory>
-
-