public interface IRemoteSetExporter extends ICommandExporter
| Modifier and Type | Method and Description |
|---|---|
void |
export(Collection<Command> commands,
String source,
String title,
int count,
File saveFile,
String charsetName) |
File |
export(HashMap<String,Command> commands,
String source,
String title,
Remote.MetaData metaData,
int count,
boolean automaticFilenames,
Component parent,
File exportDir,
String charsetName) |
void |
export(HashMap<String,Command> commands,
String source,
String title,
Remote.MetaData metaData,
int count,
File saveFile,
String charsetName) |
void |
export(RemoteSet remoteSet,
String title,
int count,
boolean automaticFilenames,
Component parent,
File exportDir,
String charsetName) |
void |
export(RemoteSet remoteSet,
String title,
int count,
File saveFile,
String charsetName) |
void |
export(Remote remote,
String title,
String source,
int count,
File saveFile,
String charsetName) |
boolean |
supportsEmbeddedFormats() |
considersRepetitions, export, export, getFormatName, getPreferredFileExtensionvoid export(RemoteSet remoteSet, String title, int count, boolean automaticFilenames, Component parent, File exportDir, String charsetName) throws IOException, IrpMasterException
IOExceptionIrpMasterExceptionvoid export(RemoteSet remoteSet, String title, int count, File saveFile, String charsetName) throws IOException, IrpMasterException
IOExceptionIrpMasterExceptionvoid export(Remote remote, String title, String source, int count, File saveFile, String charsetName) throws IrpMasterException, IOException
IrpMasterExceptionIOExceptionvoid export(HashMap<String,Command> commands, String source, String title, Remote.MetaData metaData, int count, File saveFile, String charsetName) throws IrpMasterException, IOException
IrpMasterExceptionIOExceptionFile export(HashMap<String,Command> commands, String source, String title, Remote.MetaData metaData, int count, boolean automaticFilenames, Component parent, File exportDir, String charsetName) throws IrpMasterException, IOException
IrpMasterExceptionIOExceptionvoid export(Collection<Command> commands, String source, String title, int count, File saveFile, String charsetName) throws IOException, IrpMasterException
IOExceptionIrpMasterExceptionboolean supportsEmbeddedFormats()
Copyright © 2016. All rights reserved.