public interface IPackageWriter extends IFilterWriter
| Modifier and Type | Method and Description |
|---|---|
IParameters |
getParameters()
Gets the current parameters for this writer.
|
void |
setBatchInformation(String packageRoot,
LocaleId srcLoc,
LocaleId trgLoc,
String inputRootDir,
String rootDir,
String packageId,
String projectId,
String creatorParams,
String tempPackageRoot) |
void |
setDocumentInformation(String relativeInputPath,
String filterConfigId,
String filterParameters,
String inputEncoding,
String relativeTargetPath,
String outputEncoding,
ISkeletonWriter skelWriter) |
void |
setParameters(IParameters params)
Sets new parameters for this writer.
|
void |
setSupporstOneOutputPerInput(boolean supporstOneOutputPerInput) |
cancel, close, getEncoderManager, getName, getSkeletonWriter, handleEvent, setOptions, setOutput, setOutputvoid setParameters(IParameters params)
IFilterWritersetParameters in interface IFilterWriterparams - The new parameters to use.IParameters getParameters()
IFilterWritergetParameters in interface IFilterWritervoid setBatchInformation(String packageRoot, LocaleId srcLoc, LocaleId trgLoc, String inputRootDir, String rootDir, String packageId, String projectId, String creatorParams, String tempPackageRoot)
void setDocumentInformation(String relativeInputPath, String filterConfigId, String filterParameters, String inputEncoding, String relativeTargetPath, String outputEncoding, ISkeletonWriter skelWriter)
void setSupporstOneOutputPerInput(boolean supporstOneOutputPerInput)
Copyright © 2022. All rights reserved.