Interface ICommandExporter
-
- All Known Subinterfaces:
IRemoteSetExporter
- All Known Implementing Classes:
DynamicCommandExportFormat,DynamicRemoteSetExportFormat,GirrExporter,ProntoClassicExporter,TextExporter,WaveExporter
public interface ICommandExporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanconsidersRepetitions()Fileexport(org.harctoolbox.girr.Command command, String source, String title, int repeatCount, boolean automaticFilenames, Component parent, File exportDir, String charsetName)voidexport(org.harctoolbox.girr.Command command, String source, String title, int repeatCount, File exportFile, String charsetName)StringgetFormatName()StringgetPreferredFileExtension()
-
-
-
Method Detail
-
export
File export(org.harctoolbox.girr.Command command, String source, String title, int repeatCount, 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.Command command, String source, String title, int repeatCount, File exportFile, 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
-
considersRepetitions
boolean considersRepetitions()
-
getPreferredFileExtension
String getPreferredFileExtension()
-
getFormatName
String getFormatName()
-
-