public class EmitterManager extends ConfigBase
This does not allow multiple fetchers supporting the same prefix.
Constructor and Description |
---|
EmitterManager(List<Emitter> emitters) |
Modifier and Type | Method and Description |
---|---|
Emitter |
getEmitter()
Convenience method that returns an emitter if only one emitter
is specified in the tika-config file.
|
Emitter |
getEmitter(String emitterName) |
Set<String> |
getSupported() |
static EmitterManager |
load(Path tikaConfigPath) |
buildComposite, buildComposite, buildSingle, buildSingle, configure, handleSettings
public static EmitterManager load(Path tikaConfigPath) throws IOException, TikaConfigException
IOException
TikaConfigException
public Emitter getEmitter()
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.