public class XliffSplitterStep extends BasePipelineStep
RawDocument as input and sends the RawDocument
Event unaltered. Will output multiple split XLIFF files in the set output path.
An XLIFF file with only one file element is written out unaltered.| Constructor and Description |
|---|
XliffSplitterStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
URI |
getOutputURI() |
IParameters |
getParameters() |
protected Event |
handleRawDocument(Event event) |
protected Event |
handleStartBatch(Event event) |
protected Event |
handleStartBatchItem(Event event) |
boolean |
isDone() |
void |
setOutputURI(URI outputURI) |
void |
setParameters(IParameters params) |
cancel, destroy, getHelpLocation, handleCustom, handleDocumentPart, handleEndBatch, handleEndBatchItem, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleStartDocument, handleStartGroup, handleStartSubDocument, handleStartSubfilter, handleTextUnit, isLastOutputStep, setLastOutputSteppublic void setOutputURI(URI outputURI)
public URI getOutputURI()
public String getDescription()
public String getName()
public IParameters getParameters()
getParameters in interface IPipelineStepgetParameters in class BasePipelineSteppublic void setParameters(IParameters params)
setParameters in interface IPipelineStepsetParameters in class BasePipelineStepprotected Event handleStartBatch(Event event)
handleStartBatch in class BasePipelineStepprotected Event handleStartBatchItem(Event event)
handleStartBatchItem in class BasePipelineSteppublic boolean isDone()
isDone in interface IPipelineStepisDone in class BasePipelineStepprotected Event handleRawDocument(Event event)
handleRawDocument in class BasePipelineStepCopyright © 2020. All rights reserved.