public abstract class CommandExporter extends Exporter
| Modifier | Constructor and Description |
|---|---|
protected |
CommandExporter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
considersRepetitions() |
File |
export(Command command,
String source,
String title,
int repeatCount,
boolean automaticFilenames,
Component parent,
File exportDir) |
abstract void |
export(Command command,
String source,
String title,
int repeatCount,
File exportFile) |
exportFilename, getDateFormatString, getDateString, getFileExtensions, getFormatName, getLastSaveFile, getPreferredFileExtension, setDateFormatFileString, setDateFormatStringpublic abstract void export(Command command, String source, String title, int repeatCount, File exportFile) throws IrpMasterException, FileNotFoundException
public File export(Command command, String source, String title, int repeatCount, boolean automaticFilenames, Component parent, File exportDir) throws IrpMasterException, IOException
IrpMasterExceptionIOExceptionpublic boolean considersRepetitions()
Copyright © 2015. All rights reserved.