public class LeveragingStep extends BasePipelineStep implements ILoadsResources
| Constructor and Description |
|---|
LeveragingStep() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets a short localizable description of what this step does.
|
String |
getInputRootDirectory() |
String |
getLoadableClassName() |
String |
getName()
Gets the localizable name of this step.
|
Parameters |
getParameters()
Gets the current parameters for this step.
|
protected QueryManager |
getQueryManager() |
String |
getRootDirectory() |
LocaleId |
getSourceLocale()
Delegate to concrete class
|
LocaleId |
getTargetLocale()
Delegate to concrete class
|
protected TMXWriter |
getTMXWriter() |
protected Event |
handleEndBatch(Event event)
Handles the
EventType.END_BATCH event. |
protected Event |
handleEndDocument(Event event)
Handles the
EventType.END_DOCUMENT 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 |
handleTextUnit(Event event)
Handles the
EventType.TEXT_UNIT event. |
void |
setClassLoadingContext(ClassLoader connectorContext) |
void |
setInputRootDirectory(String inputRootDir) |
void |
setParameters(IParameters params)
Sets new parameters for this step.
|
void |
setRootDirectory(String rootDir) |
void |
setSourceLocale(LocaleId sourceLocale)
Delegate to concrete class
|
void |
setTargetLocale(LocaleId targetLocale) |
cancel, destroy, getHelpLocation, handleCustom, handleDocumentPart, handleEndBatchItem, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleEvent, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartBatchItem, handleStartGroup, handleStartSubDocument, handleStartSubfilter, isDone, isLastOutputStep, setLastOutputSteppublic void setSourceLocale(LocaleId sourceLocale)
IPipelineStepsetSourceLocale in interface IPipelineStepsetSourceLocale in class BasePipelineSteppublic LocaleId getSourceLocale()
IPipelineStepgetSourceLocale in interface IPipelineStepgetSourceLocale in class BasePipelineSteppublic void setTargetLocale(LocaleId targetLocale)
setTargetLocale in interface IPipelineStepsetTargetLocale in class BasePipelineSteppublic LocaleId getTargetLocale()
IPipelineStepgetTargetLocale in interface IPipelineStepgetTargetLocale in class BasePipelineSteppublic void setRootDirectory(String rootDir)
public String getRootDirectory()
public void setInputRootDirectory(String inputRootDir)
public String getInputRootDirectory()
public String getName()
IPipelineStepgetName in interface IPipelineSteppublic String getDescription()
IPipelineStepgetDescription in interface IPipelineSteppublic Parameters getParameters()
IPipelineStepgetParameters in interface IPipelineStepgetParameters in class BasePipelineSteppublic void setParameters(IParameters params)
IPipelineStepsetParameters in interface IPipelineStepsetParameters in class BasePipelineStepparams - the new parameters to use.protected Event handleStartBatch(Event event)
BasePipelineStepEventType.START_BATCH event.handleStartBatch in class BasePipelineStepevent - event to handle.protected Event handleEndBatch(Event event)
BasePipelineStepEventType.END_BATCH event.handleEndBatch in class BasePipelineStepevent - event to handle.protected Event handleStartDocument(Event event)
BasePipelineStepEventType.START_DOCUMENT event.handleStartDocument in class BasePipelineStepevent - event to handle.protected Event handleEndDocument(Event event)
BasePipelineStepEventType.END_DOCUMENT event.handleEndDocument in class BasePipelineStepevent - event to handle.protected Event handleTextUnit(Event event)
BasePipelineStepEventType.TEXT_UNIT event.handleTextUnit in class BasePipelineStepevent - event to handle.public String getLoadableClassName()
getLoadableClassName in interface ILoadsResourcespublic void setClassLoadingContext(ClassLoader connectorContext)
setClassLoadingContext in interface ILoadsResourcesprotected QueryManager getQueryManager()
protected TMXWriter getTMXWriter()
Copyright © 2022. All rights reserved.