public interface IRemoteSetExporter extends ICommandExporter
Modifier and Type | Method and Description |
---|---|
void |
export(Collection<Command> commands,
String source,
String title,
int count,
File saveFile) |
File |
export(HashMap<String,Command> commands,
String source,
String title,
String name,
String manufacturer,
String model,
String deviceClass,
String remoteName,
int count,
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 count,
File saveFile) |
void |
export(RemoteSet remoteSet,
String title,
int count,
boolean automaticFilenames,
Component parent,
File exportDir) |
void |
export(RemoteSet remoteSet,
String title,
int count,
File saveFile) |
void |
export(Remote remote,
String title,
String source,
int count,
File saveFile) |
boolean |
supportsEmbeddedFormats() |
considersRepetitions, export, export, getFormatName, getPreferredFileExtension
void export(RemoteSet remoteSet, String title, int count, boolean automaticFilenames, Component parent, File exportDir) throws FileNotFoundException, IOException, IrpMasterException
void export(RemoteSet remoteSet, String title, int count, File saveFile) throws FileNotFoundException, IOException, IrpMasterException
void export(Remote remote, String title, String source, int count, File saveFile) throws FileNotFoundException, IrpMasterException, IOException
void export(HashMap<String,Command> commands, String source, String title, String name, String manufacturer, String model, String deviceClass, String remoteName, int count, File saveFile) throws FileNotFoundException, IrpMasterException, IOException
File export(HashMap<String,Command> commands, String source, String title, String name, String manufacturer, String model, String deviceClass, String remoteName, int count, boolean automaticFilenames, Component parent, File exportDir) throws FileNotFoundException, IrpMasterException, IOException
void export(Collection<Command> commands, String source, String title, int count, File saveFile) throws FileNotFoundException, IOException, IrpMasterException
boolean supportsEmbeddedFormats()
Copyright © 2015. All rights reserved.