@Deprecated public class LegacyXliffMergerStep extends BasePipelineStep
| Constructor and Description |
|---|
LegacyXliffMergerStep()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancel()
Deprecated.
Cancel processing on this pipeline.
|
void |
destroy()
Deprecated.
Executes any cleanup code for this step.
|
String |
getDescription()
Deprecated.
Gets a short localizable description of what this step does.
|
String |
getName()
Deprecated.
Gets the localizable name of this step.
|
protected Event |
handleRawDocument(Event event)
Deprecated.
Handles the
EventType.RAW_DOCUMENT event. |
void |
setFilterConfigurationMapper(IFilterConfigurationMapper fcMapper)
Deprecated.
The
IFilterConfigurationMapper set in the PipelineDriver |
void |
setOutputEncoding(String outputEncoding)
Deprecated.
|
void |
setSecondInput(RawDocument secondInput)
Deprecated.
This is the original source document
|
void |
setTargetLocales(List<LocaleId> targetLocales)
Deprecated.
Target locales.
|
getHelpLocation, getParameters, handleCustom, handleDocumentPart, handleEndBatch, handleEndBatchItem, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleStartBatch, handleStartBatchItem, handleStartDocument, handleStartGroup, handleStartSubDocument, handleStartSubfilter, handleTextUnit, isDone, isLastOutputStep, setLastOutputStep, setParameterspublic String getName()
IPipelineSteppublic String getDescription()
IPipelineSteppublic void setOutputEncoding(String outputEncoding)
public void setTargetLocales(List<LocaleId> targetLocales)
targetLocales - public void setSecondInput(RawDocument secondInput)
secondInput - Original source documentpublic void setFilterConfigurationMapper(IFilterConfigurationMapper fcMapper)
IFilterConfigurationMapper set in the PipelineDriverfcMapper - protected Event handleRawDocument(Event event)
BasePipelineStepEventType.RAW_DOCUMENT event.handleRawDocument in class BasePipelineStepevent - event to handle.public void cancel()
IPipelineStepIPipelineStep is responsible
to implement a cancel method that will interrupt long running operationscancel in interface IPipelineStepcancel in class BasePipelineSteppublic void destroy()
IPipelineStepdestroy in interface IPipelineStepdestroy in class BasePipelineStepCopyright © 2019. All rights reserved.