public class RawDocumentWriterStep extends BasePipelineStep
RawDocument to an output file.
WARNING: This step eats the RawDocument Event after writing its contents.
This step should normally be used as the last step in a pipeline when an output file is needed.
This class implements the IPipelineStep
interface for a step that takes a RawDocument and creates an output
file from it. The generated file is passed on through a new RawDocument.
| Constructor and Description |
|---|
RawDocumentWriterStep()
Creates a new RawDocumentWriterStep object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
Event |
handleRawDocument(Event event) |
void |
setOutputURI(URI outputURI) |
cancel, destroy, getHelpLocation, getParameters, handleCustom, handleDocumentPart, handleEndBatch, handleEndBatchItem, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleStartBatch, handleStartBatchItem, handleStartDocument, handleStartGroup, handleStartSubDocument, handleStartSubfilter, handleTextUnit, isDone, isLastOutputStep, setLastOutputStep, setParameterspublic RawDocumentWriterStep()
public void setOutputURI(URI outputURI)
public String getDescription()
public String getName()
public Event handleRawDocument(Event event)
handleRawDocument in class BasePipelineStepCopyright © 2021. All rights reserved.