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,
String charsetName) |
abstract void |
export(Command command,
String source,
String title,
int repeatCount,
File exportFile,
String charsetName) |
exportFilename, getDateFormatString, getDateString, getFileExtensions, getFormatName, getLastSaveFile, getPreferredFileExtension, setDateFormatFileString, setDateFormatStringpublic abstract void export(Command command, String source, String title, int repeatCount, File exportFile, String charsetName) throws IrpMasterException, FileNotFoundException
public File export(Command command, String source, String title, int repeatCount, boolean automaticFilenames, Component parent, File exportDir, String charsetName) throws IrpMasterException, IOException
IrpMasterExceptionIOExceptionpublic boolean considersRepetitions()
Copyright © 2016. All rights reserved.