Interface IRemoteSetExporter
-
- All Superinterfaces:
ICommandExporter
- All Known Implementing Classes:
DynamicRemoteSetExportFormat,GirrExporter,ProntoClassicExporter,TextExporter
public interface IRemoteSetExporter extends ICommandExporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexport(Collection<org.harctoolbox.girr.Command> commands, String source, String title, int count, File saveFile, String charsetName)Fileexport(Map<String,org.harctoolbox.girr.Command> commands, String source, String title, org.harctoolbox.girr.Remote.MetaData metaData, int count, boolean automaticFilenames, Component parent, File exportDir, String charsetName)voidexport(Map<String,org.harctoolbox.girr.Command> commands, String source, String title, org.harctoolbox.girr.Remote.MetaData metaData, int count, File saveFile, String charsetName)voidexport(org.harctoolbox.girr.Remote remote, String title, String source, int count, File saveFile, String charsetName)voidexport(org.harctoolbox.girr.RemoteSet remoteSet, String title, int count, boolean automaticFilenames, Component parent, File exportDir, String charsetName)voidexport(org.harctoolbox.girr.RemoteSet remoteSet, String title, int count, File saveFile, String charsetName)booleansupportsEmbeddedFormats()-
Methods inherited from interface org.harctoolbox.irscrutinizer.exporter.ICommandExporter
considersRepetitions, export, export, getFormatName, getPreferredFileExtension
-
-
-
-
Method Detail
-
export
void export(org.harctoolbox.girr.RemoteSet remoteSet, String title, int count, boolean automaticFilenames, Component parent, File exportDir, String charsetName) throws IOException, TransformerException, org.harctoolbox.ircore.IrCoreException, org.harctoolbox.irp.IrpException, org.harctoolbox.girr.GirrException- Throws:
IOExceptionTransformerExceptionorg.harctoolbox.ircore.IrCoreExceptionorg.harctoolbox.irp.IrpExceptionorg.harctoolbox.girr.GirrException
-
export
void export(org.harctoolbox.girr.RemoteSet remoteSet, String title, int count, File saveFile, String charsetName) throws IOException, TransformerException, org.harctoolbox.girr.GirrException, org.harctoolbox.irp.IrpException, org.harctoolbox.ircore.IrCoreException- Throws:
IOExceptionTransformerExceptionorg.harctoolbox.girr.GirrExceptionorg.harctoolbox.irp.IrpExceptionorg.harctoolbox.ircore.IrCoreException
-
export
void export(org.harctoolbox.girr.Remote remote, String title, String source, int count, File saveFile, String charsetName) throws IOException, TransformerException, org.harctoolbox.ircore.IrCoreException, org.harctoolbox.irp.IrpException, org.harctoolbox.girr.GirrException- Throws:
IOExceptionTransformerExceptionorg.harctoolbox.ircore.IrCoreExceptionorg.harctoolbox.irp.IrpExceptionorg.harctoolbox.girr.GirrException
-
export
void export(Map<String,org.harctoolbox.girr.Command> commands, String source, String title, org.harctoolbox.girr.Remote.MetaData metaData, int count, File saveFile, String charsetName) throws IOException, TransformerException, org.harctoolbox.girr.GirrException, org.harctoolbox.ircore.IrCoreException, org.harctoolbox.irp.IrpException
- Throws:
IOExceptionTransformerExceptionorg.harctoolbox.girr.GirrExceptionorg.harctoolbox.ircore.IrCoreExceptionorg.harctoolbox.irp.IrpException
-
export
File export(Map<String,org.harctoolbox.girr.Command> commands, String source, String title, org.harctoolbox.girr.Remote.MetaData metaData, int count, boolean automaticFilenames, Component parent, File exportDir, String charsetName) throws IOException, TransformerException, org.harctoolbox.ircore.IrCoreException, org.harctoolbox.irp.IrpException, org.harctoolbox.girr.GirrException
- Throws:
IOExceptionTransformerExceptionorg.harctoolbox.ircore.IrCoreExceptionorg.harctoolbox.irp.IrpExceptionorg.harctoolbox.girr.GirrException
-
export
void export(Collection<org.harctoolbox.girr.Command> commands, String source, String title, int count, File saveFile, String charsetName) throws IOException, TransformerException, org.harctoolbox.ircore.IrCoreException, org.harctoolbox.irp.IrpException, org.harctoolbox.girr.GirrException
- Throws:
IOExceptionTransformerExceptionorg.harctoolbox.ircore.IrCoreExceptionorg.harctoolbox.irp.IrpExceptionorg.harctoolbox.girr.GirrException
-
supportsEmbeddedFormats
boolean supportsEmbeddedFormats()
-
-