public class ExternalParsersFactory extends Object
ExternalParsersConfigReader
Constructor and Description |
---|
ExternalParsersFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
attachExternalParsers(List<ExternalParser> parsers,
TikaConfig config) |
static void |
attachExternalParsers(TikaConfig config) |
static List<ExternalParser> |
create() |
static List<ExternalParser> |
create(ServiceLoader loader) |
static List<ExternalParser> |
create(String filename,
ServiceLoader loader) |
static List<ExternalParser> |
create(URL... urls) |
public static List<ExternalParser> create() throws IOException, TikaException
IOException
TikaException
public static List<ExternalParser> create(ServiceLoader loader) throws IOException, TikaException
IOException
TikaException
public static List<ExternalParser> create(String filename, ServiceLoader loader) throws IOException, TikaException
IOException
TikaException
public static List<ExternalParser> create(URL... urls) throws IOException, TikaException
IOException
TikaException
public static void attachExternalParsers(TikaConfig config) throws IOException, TikaException
IOException
TikaException
public static void attachExternalParsers(List<ExternalParser> parsers, TikaConfig config)
Copyright © 2007–1969 The Apache Software Foundation. All rights reserved.