public abstract class RemoteSetExporter extends Exporter
Modifier and Type | Field and Description |
---|---|
protected String |
creatingUser |
Modifier | Constructor and Description |
---|---|
protected |
RemoteSetExporter() |
protected |
RemoteSetExporter(String creatingUser) |
Modifier and Type | Method and Description |
---|---|
boolean |
considersRepetitions() |
void |
export(Collection<Command> commands,
String source,
String title,
int repeatCount,
File saveFile) |
File |
export(Command command,
String title,
String source,
int repeatCount,
boolean automaticFilenames,
Component parent,
File exportDir) |
void |
export(Command command,
String title,
String source,
int repeatCount,
File saveFile) |
File |
export(HashMap<String,Command> commands,
String source,
String title,
String name,
String manufacturer,
String model,
String deviceClass,
String remoteName,
int repeatCount,
boolean automaticFilenames,
Component parent,
File exportDir) |
void |
export(HashMap<String,Command> commands,
String source,
String title,
String name,
String manufacturer,
String model,
String deviceClass,
String remoteName,
int repeatCount,
File saveFile) |
void |
export(RemoteSet remoteSet,
String title,
int repeatCount,
boolean automaticFilenames,
Component parent,
File exportDir) |
abstract void |
export(RemoteSet remoteSet,
String title,
int repeatCount,
File saveFile) |
void |
export(Remote remote,
String title,
String source,
int repeatCount,
File saveFile) |
boolean |
supportsEmbeddedFormats() |
exportFilename, getDateFormatString, getDateString, getFileExtensions, getFormatName, getLastSaveFile, getPreferredFileExtension, setDateFormatFileString, setDateFormatString
protected String creatingUser
protected RemoteSetExporter()
protected RemoteSetExporter(String creatingUser)
public void export(RemoteSet remoteSet, String title, int repeatCount, boolean automaticFilenames, Component parent, File exportDir) throws FileNotFoundException, IOException, IrpMasterException
public abstract void export(RemoteSet remoteSet, String title, int repeatCount, File saveFile) throws FileNotFoundException, IOException, IrpMasterException
public void export(Remote remote, String title, String source, int repeatCount, File saveFile) throws FileNotFoundException, IrpMasterException, IOException
public void export(HashMap<String,Command> commands, String source, String title, String name, String manufacturer, String model, String deviceClass, String remoteName, int repeatCount, File saveFile) throws FileNotFoundException, IrpMasterException, IOException
public File export(HashMap<String,Command> commands, String source, String title, String name, String manufacturer, String model, String deviceClass, String remoteName, int repeatCount, boolean automaticFilenames, Component parent, File exportDir) throws FileNotFoundException, IrpMasterException, IOException
public void export(Collection<Command> commands, String source, String title, int repeatCount, File saveFile) throws FileNotFoundException, IOException, IrpMasterException
public File export(Command command, String title, String source, int repeatCount, boolean automaticFilenames, Component parent, File exportDir) throws FileNotFoundException, IOException, IrpMasterException
public void export(Command command, String title, String source, int repeatCount, File saveFile) throws FileNotFoundException, IrpMasterException, IOException
public boolean supportsEmbeddedFormats()
public boolean considersRepetitions()
Copyright © 2015. All rights reserved.