public class InconsistencyCheckStep extends BasePipelineStep
| Constructor and Description |
|---|
InconsistencyCheckStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
Parameters |
getParameters() |
Event |
handleEndBatch(Event event) |
Event |
handleEndDocument(Event event) |
Event |
handleStartBatch(Event event) |
Event |
handleStartDocument(Event event) |
Event |
handleStartSubDocument(Event event) |
Event |
handleTextUnit(Event event) |
void |
setInputRootDirectory(String inputRootDir) |
void |
setParameters(IParameters params) |
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()
public String getDescription()
public Parameters getParameters()
getParameters in interface IPipelineStepgetParameters in class BasePipelineSteppublic void setParameters(IParameters params)
setParameters in interface IPipelineStepsetParameters in class BasePipelineSteppublic 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)
handleStartBatch in class BasePipelineSteppublic Event handleStartDocument(Event event)
handleStartDocument in class BasePipelineSteppublic Event handleStartSubDocument(Event event)
handleStartSubDocument in class BasePipelineSteppublic Event handleTextUnit(Event event)
handleTextUnit in class BasePipelineSteppublic Event handleEndDocument(Event event)
handleEndDocument in class BasePipelineSteppublic Event handleEndBatch(Event event)
handleEndBatch in class BasePipelineStepCopyright © 2022. All rights reserved.