public interface ICommandExporter
| Modifier and Type | Method and Description |
|---|---|
boolean |
considersRepetitions() |
File |
export(Command command,
String source,
String title,
int repeatCount,
boolean automaticFilenames,
Component parent,
File exportDir,
String charsetName) |
void |
export(Command command,
String source,
String title,
int repeatCount,
File exportFile,
String charsetName) |
String |
getFormatName() |
String |
getPreferredFileExtension() |
File export(Command command, String source, String title, int repeatCount, boolean automaticFilenames, Component parent, File exportDir, String charsetName) throws IrpMasterException, IOException
IrpMasterExceptionIOExceptionvoid export(Command command, String source, String title, int repeatCount, File exportFile, String charsetName) throws IrpMasterException, IOException
IrpMasterExceptionIOExceptionboolean considersRepetitions()
String getPreferredFileExtension()
String getFormatName()
Copyright © 2016. All rights reserved.