public abstract class AbstractCompoundStep extends BasePipelineStep
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<IPipelineStep> |
steps |
| Constructor and Description |
|---|
AbstractCompoundStep() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
addStepsToList(List<IPipelineStep> list) |
Event |
handleEvent(Event event) |
void |
setInputUri(URI inputURI) |
void |
setOutputEncoding(String outputEncoding) |
void |
setOutputUri(URI outputURI) |
cancel, destroy, getHelpLocation, getParameters, getSourceLocale, getTargetLocale, handleCustom, handleDocumentPart, handleEndBatch, handleEndBatchItem, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartBatch, handleStartBatchItem, handleStartDocument, handleStartGroup, handleStartSubDocument, handleStartSubfilter, handleTextUnit, isDone, isLastOutputStep, setLastOutputStep, setParameters, setSourceLocale, setTargetLocaleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getNameprotected LinkedList<IPipelineStep> steps
protected abstract void addStepsToList(List<IPipelineStep> list)
public Event handleEvent(Event event)
handleEvent in interface IPipelineStephandleEvent in class BasePipelineSteppublic void setOutputEncoding(String outputEncoding)
public void setInputUri(URI inputURI)
public void setOutputUri(URI outputURI)
Copyright © 2022. All rights reserved.