Class InconsistencyCheckStep
- java.lang.Object
-
- net.sf.okapi.common.pipeline.BasePipelineStep
-
- net.sf.okapi.steps.inconsistencycheck.InconsistencyCheckStep
-
- All Implemented Interfaces:
IPipelineStep
public class InconsistencyCheckStep extends BasePipelineStep
-
-
Constructor Summary
Constructors Constructor Description InconsistencyCheckStep()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetName()ParametersgetParameters()EventhandleEndBatch(Event event)EventhandleEndDocument(Event event)EventhandleStartBatch(Event event)EventhandleStartDocument(Event event)EventhandleStartSubDocument(Event event)EventhandleTextUnit(Event event)voidsetInputRootDirectory(String inputRootDir)voidsetParameters(IParameters params)voidsetRootDirectory(String rootDir)voidsetTargetLocale(LocaleId targetLocale)-
Methods inherited from class net.sf.okapi.common.pipeline.BasePipelineStep
cancel, destroy, getHelpLocation, getSourceLocale, getTargetLocale, handleCustom, handleDocumentPart, handleEndBatchItem, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartBatchItem, handleStartGroup, handleStartSubfilter, isDone, isLastOutputStep, setLastOutputStep, setSourceLocale
-
-
-
-
Method Detail
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getParameters
public Parameters getParameters()
- Specified by:
getParametersin interfaceIPipelineStep- Overrides:
getParametersin classBasePipelineStep
-
setParameters
public void setParameters(IParameters params)
- Specified by:
setParametersin interfaceIPipelineStep- Overrides:
setParametersin classBasePipelineStep
-
setRootDirectory
public void setRootDirectory(String rootDir)
-
setInputRootDirectory
public void setInputRootDirectory(String inputRootDir)
-
setTargetLocale
public void setTargetLocale(LocaleId targetLocale)
- Specified by:
setTargetLocalein interfaceIPipelineStep- Overrides:
setTargetLocalein classBasePipelineStep
-
handleStartBatch
public Event handleStartBatch(Event event)
- Overrides:
handleStartBatchin classBasePipelineStep
-
handleStartDocument
public Event handleStartDocument(Event event)
- Overrides:
handleStartDocumentin classBasePipelineStep
-
handleStartSubDocument
public Event handleStartSubDocument(Event event)
- Overrides:
handleStartSubDocumentin classBasePipelineStep
-
handleTextUnit
public Event handleTextUnit(Event event)
- Overrides:
handleTextUnitin classBasePipelineStep
-
handleEndDocument
public Event handleEndDocument(Event event)
- Overrides:
handleEndDocumentin classBasePipelineStep
-
handleEndBatch
public Event handleEndBatch(Event event)
- Overrides:
handleEndBatchin classBasePipelineStep
-
-