public abstract class CompoundStep extends AbstractPipelineStep
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<IPipelineStep> |
steps |
| Constructor and Description |
|---|
CompoundStep() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
addStepsToList(List<IPipelineStep> list) |
protected void |
component_init() |
Event |
handleEvent(Event event)
Processes each event sent though the pipeline.
|
void |
setInputUri(URI inputURI) |
void |
setOutputEncoding(String outputEncoding) |
void |
setOutputUri(URI outputURI) |
void |
setTargetLocale(LocaleId targetLocale) |
cancel, destroy, getHelpLocation, getSourceLocale, getTargetLocale, handleCustom, handleDocumentPart, handleEndBatch, handleEndBatchItem, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartBatch, handleStartBatchItem, handleStartDocument, handleStartGroup, handleStartSubDocument, handleStartSubfilter, handleTextUnit, isDone, isLastOutputStep, setLastOutputStep, setSourceLocalecomponent_done, getParameters, getParameters, getParametersClassName, setParametersexec, getDescription, getName, setDescription, setName, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescription, getName, getParameters, setParametersprotected LinkedList<IPipelineStep> steps
protected abstract void addStepsToList(List<IPipelineStep> list)
protected void component_init()
component_init in class OkapiComponentpublic Event handleEvent(Event event)
IPipelineStephandleEvent in interface IPipelineStephandleEvent in class AbstractPipelineStepevent - the event to process.public void setTargetLocale(LocaleId targetLocale)
setTargetLocale in class AbstractPipelineSteppublic void setOutputEncoding(String outputEncoding)
public void setInputUri(URI inputURI)
public void setOutputUri(URI outputURI)
Copyright © 2021. All rights reserved.