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) |
void |
export(Command command,
String source,
String title,
int repeatCount,
File exportFile) |
String |
getFormatName() |
String |
getPreferredFileExtension() |
File export(Command command, String source, String title, int repeatCount, boolean automaticFilenames, Component parent, File exportDir) throws IrpMasterException, IOException
IrpMasterExceptionIOExceptionvoid export(Command command, String source, String title, int repeatCount, File exportFile) throws IrpMasterException, IOException
IrpMasterExceptionIOExceptionboolean considersRepetitions()
String getPreferredFileExtension()
String getFormatName()
Copyright © 2015. All rights reserved.