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, setDateFormatString
public 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
IrpMasterException
IOException
public boolean considersRepetitions()
Copyright © 2015. All rights reserved.