public class SubfilterLogger extends BasePipelineStep
| Constructor and Description |
|---|
SubfilterLogger() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets a short localizable description of what this step does.
|
static String |
getEsfInfo(EndSubfilter esf,
LocaleId srcLoc) |
String |
getName()
Gets the localizable name of this step.
|
static String |
getSsfInfo(StartSubfilter ssf,
LocaleId srcLoc) |
protected Event |
handleEndBatch(Event event)
Handles the
EventType.END_BATCH event. |
protected Event |
handleStartBatch(Event event)
Handles the
EventType.START_BATCH event. |
protected Event |
handleStartDocument(Event event)
Handles the
EventType.START_DOCUMENT event. |
protected Event |
handleStartSubfilter(Event event) |
cancel, destroy, getHelpLocation, getParameters, handleCustom, handleDocumentPart, handleEndBatchItem, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartBatchItem, handleStartGroup, handleStartSubDocument, handleTextUnit, isDone, isLastOutputStep, setLastOutputStep, setParameterspublic String getName()
IPipelineSteppublic String getDescription()
IPipelineStepprotected Event handleStartBatch(Event event)
BasePipelineStepEventType.START_BATCH event.handleStartBatch in class BasePipelineStepevent - event to handle.protected Event handleStartDocument(Event event)
BasePipelineStepEventType.START_DOCUMENT event.handleStartDocument in class BasePipelineStepevent - event to handle.protected Event handleStartSubfilter(Event event)
handleStartSubfilter in class BasePipelineStepprotected Event handleEndBatch(Event event)
BasePipelineStepEventType.END_BATCH event.handleEndBatch in class BasePipelineStepevent - event to handle.public static String getSsfInfo(StartSubfilter ssf, LocaleId srcLoc)
public static String getEsfInfo(EndSubfilter esf, LocaleId srcLoc)
Copyright © 2021. All rights reserved.