Package org.apache.tika.parser.external
Class ExternalParsersFactory
java.lang.Object
org.apache.tika.parser.external.ExternalParsersFactory
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Creates instances of ExternalParser based on XML
configuration files.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidattachExternalParsers(List<ExternalParser> parsers, TikaConfig config) Deprecated.static voidattachExternalParsers(TikaConfig config) Deprecated.static List<ExternalParser> create()Deprecated.static List<ExternalParser> create(String filename, ServiceLoader loader) Deprecated.static List<ExternalParser> Deprecated.static List<ExternalParser> create(ServiceLoader loader) Deprecated.
-
Constructor Details
-
ExternalParsersFactory
public ExternalParsersFactory()Deprecated.
-
-
Method Details
-
create
Deprecated.- Throws:
IOExceptionTikaException
-
create
Deprecated.- Throws:
IOExceptionTikaException
-
create
public static List<ExternalParser> create(String filename, ServiceLoader loader) throws IOException, TikaException Deprecated.- Throws:
IOExceptionTikaException
-
create
Deprecated.- Throws:
IOExceptionTikaException
-
attachExternalParsers
Deprecated.- Throws:
IOExceptionTikaException
-
attachExternalParsers
Deprecated.
-