public class SearchAndReplaceStep extends BasePipelineStep
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchAndReplaceStep.ProcType |
static class |
SearchAndReplaceStep.TargetType |
| Constructor and Description |
|---|
SearchAndReplaceStep() |
| Modifier and Type | Method and Description |
|---|---|
static int |
countMatches(String str,
String sub) |
static int |
countRegExMatches(String str,
Pattern p) |
void |
destroy() |
String |
getDescription() |
String |
getName() |
IParameters |
getParameters() |
protected Event |
handleEndBatch(Event event) |
protected Event |
handleRawDocument(Event event) |
protected Event |
handleStartBatch(Event event) |
protected Event |
handleTextUnit(Event event) |
static boolean |
isEmpty(String str) |
void |
setInputRootDirectory(String inputRootDir) |
void |
setOutputURI(URI outputURI) |
void |
setParameters(IParameters params) |
void |
setRootDirectory(String rootDir) |
void |
setTargetLocale(LocaleId targetLocale) |
cancel, getHelpLocation, handleCustom, handleDocumentPart, handleEndBatchItem, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleStartBatchItem, handleStartDocument, handleStartGroup, handleStartSubDocument, handleStartSubfilter, isDone, isLastOutputStep, setLastOutputSteppublic void destroy()
destroy in interface IPipelineStepdestroy in class BasePipelineSteppublic void setRootDirectory(String rootDir)
public void setInputRootDirectory(String inputRootDir)
public void setOutputURI(URI outputURI)
public void setTargetLocale(LocaleId targetLocale)
public String getDescription()
public String getName()
public IParameters getParameters()
getParameters in interface IPipelineStepgetParameters in class BasePipelineSteppublic void setParameters(IParameters params)
setParameters in interface IPipelineStepsetParameters in class BasePipelineStepprotected Event handleStartBatch(Event event)
handleStartBatch in class BasePipelineStepprotected Event handleEndBatch(Event event)
handleEndBatch in class BasePipelineStepprotected Event handleRawDocument(Event event)
handleRawDocument in class BasePipelineStepprotected Event handleTextUnit(Event event)
handleTextUnit in class BasePipelineSteppublic static boolean isEmpty(String str)
Copyright © 2019. All rights reserved.