public class XLIFFKitReaderStep extends BasePipelineStep
| Constructor and Description |
|---|
XLIFFKitReaderStep() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
destroy() |
String |
getDescription() |
protected TextUnitMerger |
getMerger() |
String |
getName() |
String |
getOutputEncoding() |
URI |
getOutputURI() |
IParameters |
getParameters() |
protected OPCPackageReader |
getReader() |
protected PersistenceSession |
getSession() |
Event |
handleEvent(Event event) |
boolean |
isDone() |
void |
setInputURI(URI inputURI) |
void |
setOutputEncoding(String outputEncoding) |
void |
setOutputURI(URI outputURI) |
void |
setTargetLocale(LocaleId targetLocale) |
getHelpLocation, handleCustom, handleDocumentPart, handleEndBatch, handleEndBatchItem, handleEndDocument, handleEndGroup, handleEndSubDocument, handleEndSubfilter, handleMultiEvent, handlePipelineParameters, handleRawDocument, handleStartBatch, handleStartBatchItem, handleStartDocument, handleStartGroup, handleStartSubDocument, handleStartSubfilter, handleTextUnit, isLastOutputStep, setLastOutputStep, setParameterspublic String getDescription()
public String getName()
public void setInputURI(URI inputURI)
public void setOutputURI(URI outputURI)
public URI getOutputURI()
public void setTargetLocale(LocaleId targetLocale)
public void setOutputEncoding(String outputEncoding)
public String getOutputEncoding()
public Event handleEvent(Event event)
handleEvent in interface IPipelineStephandleEvent in class BasePipelineSteppublic boolean isDone()
isDone in interface IPipelineStepisDone in class BasePipelineSteppublic void destroy()
destroy in interface IPipelineStepdestroy in class BasePipelineSteppublic void cancel()
cancel in interface IPipelineStepcancel in class BasePipelineSteppublic IParameters getParameters()
getParameters in interface IPipelineStepgetParameters in class BasePipelineStepprotected PersistenceSession getSession()
protected OPCPackageReader getReader()
protected TextUnitMerger getMerger()
Copyright © 2019. All rights reserved.