public class MergingStep extends BasePipelineStep
| Constructor and Description |
|---|
MergingStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets a short localizable description of what this step does.
|
String |
getName()
Gets the localizable name of this step.
|
MergingParameters |
getParameters()
Gets the current parameters for this step.
|
Event |
handleEvent(Event event)
Processes each event sent though the pipeline.
|
void |
setInputURI(URI inputURI) |
void |
setParameters(IParameters params)
Sets new parameters for this step.
|
void |
setSecondInput(RawDocument secondInput) |
void |
setSourceLocale(LocaleId sourceLocale) |
void |
setTargetLocale(LocaleId targetLocale) |
cancel, destroy, getHelpLocation, handleCustom, handleDocumentPart, handleEndBatch, handleEndBatchItem, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartBatch, handleStartBatchItem, handleStartDocument, handleStartGroup, handleStartSubDocument, handleStartSubfilter, handleTextUnit, isDone, isLastOutputStep, setLastOutputSteppublic String getDescription()
IPipelineSteppublic String getName()
IPipelineSteppublic void setSourceLocale(LocaleId sourceLocale)
public void setTargetLocale(LocaleId targetLocale)
public void setInputURI(URI inputURI)
public void setSecondInput(RawDocument secondInput)
public MergingParameters getParameters()
IPipelineStepgetParameters in interface IPipelineStepgetParameters in class BasePipelineSteppublic void setParameters(IParameters params)
IPipelineStepsetParameters in interface IPipelineStepsetParameters in class BasePipelineStepparams - the new parameters to use.public Event handleEvent(Event event)
IPipelineStephandleEvent in interface IPipelineStephandleEvent in class BasePipelineStepevent - the event to process.Copyright © 2021. All rights reserved.