public class InconsistencyCheckStep extends BasePipelineStep
| Constructor and Description |
|---|
InconsistencyCheckStep() |
| 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.
|
Parameters |
getParameters()
Gets the current parameters for this step.
|
Event |
handleEndBatch(Event event)
Handles the
EventType.END_BATCH event. |
Event |
handleEndDocument(Event event)
Handles the
EventType.END_DOCUMENT event. |
Event |
handleStartBatch(Event event)
Handles the
EventType.START_BATCH event. |
Event |
handleStartDocument(Event event)
Handles the
EventType.START_DOCUMENT event. |
Event |
handleStartSubDocument(Event event)
Handles the
EventType.START_SUBDOCUMENT event. |
Event |
handleTextUnit(Event event)
Handles the
EventType.TEXT_UNIT event. |
void |
setInputRootDirectory(String inputRootDir) |
void |
setParameters(IParameters params)
Sets new parameters for this step.
|
void |
setRootDirectory(String rootDir) |
void |
setTargetLocale(LocaleId targetLocale) |
cancel, destroy, getHelpLocation, getSourceLocale, getTargetLocale, handleCustom, handleDocumentPart, handleEndBatchItem, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartBatchItem, handleStartGroup, handleStartSubfilter, isDone, isLastOutputStep, setLastOutputStep, setSourceLocalepublic String getName()
IPipelineSteppublic String getDescription()
IPipelineSteppublic Parameters 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 void setRootDirectory(String rootDir)
public void setInputRootDirectory(String inputRootDir)
public void setTargetLocale(LocaleId targetLocale)
setTargetLocale in interface IPipelineStepsetTargetLocale in class BasePipelineSteppublic Event handleStartBatch(Event event)
BasePipelineStepEventType.START_BATCH event.handleStartBatch in class BasePipelineStepevent - event to handle.public Event handleStartDocument(Event event)
BasePipelineStepEventType.START_DOCUMENT event.handleStartDocument in class BasePipelineStepevent - event to handle.public Event handleStartSubDocument(Event event)
BasePipelineStepEventType.START_SUBDOCUMENT event.handleStartSubDocument in class BasePipelineStepevent - event to handle.public Event handleTextUnit(Event event)
BasePipelineStepEventType.TEXT_UNIT event.handleTextUnit in class BasePipelineStepevent - event to handle.public Event handleEndDocument(Event event)
BasePipelineStepEventType.END_DOCUMENT event.handleEndDocument in class BasePipelineStepevent - event to handle.public Event handleEndBatch(Event event)
BasePipelineStepEventType.END_BATCH event.handleEndBatch in class BasePipelineStepevent - event to handle.Copyright © 2022. All rights reserved.