public class InconsistencyCheckStep extends BasePipelineStep
| Constructor and Description |
|---|
InconsistencyCheckStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
IParameters |
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, handleCustom, handleDocumentPart, handleEndBatchItem, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartBatchItem, handleStartGroup, handleStartSubfilter, isDone, isLastOutputStep, setLastOutputSteppublic String getName()
public String getDescription()
public IParameters 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)
public 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 © 2019. All rights reserved.