public class SimpleWordCountStep extends BasePipelineStep
| Constructor and Description |
|---|
SimpleWordCountStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
IParameters |
getParameters() |
protected Event |
handleEndBatch(Event event) |
protected Event |
handleEndBatchItem(Event event) |
protected Event |
handleStartBatch(Event event) |
protected Event |
handleStartBatchItem(Event event) |
protected Event |
handleTextUnit(Event event) |
void |
setParameters(IParameters params) |
void |
setSourceLocale(LocaleId sourceLocale) |
cancel, destroy, getHelpLocation, getSourceLocale, getTargetLocale, handleCustom, handleDocumentPart, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartDocument, handleStartGroup, handleStartSubDocument, handleStartSubfilter, isDone, isLastOutputStep, setLastOutputStep, setTargetLocalepublic void setSourceLocale(LocaleId sourceLocale)
setSourceLocale in interface IPipelineStepsetSourceLocale in class BasePipelineStepprotected Event handleStartBatch(Event event)
handleStartBatch in class BasePipelineStepprotected Event handleStartBatchItem(Event event)
handleStartBatchItem in class BasePipelineStepprotected Event handleEndBatchItem(Event event)
handleEndBatchItem in class BasePipelineStepprotected Event handleEndBatch(Event event)
handleEndBatch in class BasePipelineStepprotected Event handleTextUnit(Event event)
handleTextUnit in class BasePipelineSteppublic 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 BasePipelineStepCopyright © 2021. All rights reserved.