Class EmptyEmitter
java.lang.Object
org.apache.tika.plugins.AbstractTikaExtension
org.apache.tika.pipes.api.emitter.AbstractEmitter
org.apache.tika.pipes.core.emitter.EmptyEmitter
- All Implemented Interfaces:
Emitter, TikaExtension
-
Field Summary
Fields inherited from class AbstractTikaExtension
pluginConfig -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidemit(String emitKey, List<Metadata> metadataList, ParseContext parseContext) Methods inherited from class AbstractEmitter
emitMethods inherited from class AbstractTikaExtension
getExtensionConfigMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TikaExtension
getExtensionConfig
-
Constructor Details
-
EmptyEmitter
- Throws:
IOException
-
-
Method Details
-
emit
public void emit(String emitKey, List<Metadata> metadataList, ParseContext parseContext) throws IOException, TikaEmitterException - Throws:
IOExceptionTikaEmitterException
-