Class CommandExporter
java.lang.Object
org.harctoolbox.irscrutinizer.exporter.Exporter
org.harctoolbox.irscrutinizer.exporter.CommandExporter
- Direct Known Subclasses:
DynamicCommandExportFormat,WaveExporter
This class does something interesting and useful. Or not...
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexport(org.harctoolbox.girr.Command command, String source, String title, int repeatCount, boolean automaticFilenames, Component parent, File exportDir, String charsetName) protected abstract voidexport(org.harctoolbox.girr.Command command, String source, String title, int repeatCount, File file, String charsetName) booleanbooleanMethods inherited from class org.harctoolbox.irscrutinizer.exporter.Exporter
considersRepetitions, export, export, export, exportFilename, getCharset, getCreatingUser, getDateFormatString, getDateString, getDocument, getDocument, getDocumentation, getEncoding, getFileExtensions, getLastSaveFileOrCopy, getName, getPreferredFileExtension, parseToDocumentFragment, possiblyMakeExecutable, setCreatingUser, setDateFormatFileString, setDateFormatString, setEncoding
-
Constructor Details
-
CommandExporter
protected CommandExporter()
-
-
Method Details
-
export
protected abstract void export(org.harctoolbox.girr.Command command, String source, String title, int repeatCount, File file, String charsetName) throws IOException, TransformerException, org.harctoolbox.ircore.IrCoreException, org.harctoolbox.irp.IrpException - Specified by:
exportin classExporter- Throws:
IOExceptionTransformerExceptionorg.harctoolbox.ircore.IrCoreExceptionorg.harctoolbox.irp.IrpException
-
export
public File export(org.harctoolbox.girr.Command command, String source, String title, int repeatCount, boolean automaticFilenames, Component parent, File exportDir, String charsetName) throws IOException, org.harctoolbox.irp.IrpException, org.harctoolbox.ircore.IrCoreException, org.harctoolbox.girr.GirrException, TransformerException - Overrides:
exportin classExporter- Throws:
IOExceptionorg.harctoolbox.irp.IrpExceptionorg.harctoolbox.ircore.IrCoreExceptionorg.harctoolbox.girr.GirrExceptionTransformerException
-
supportsEmbeddedFormats
public boolean supportsEmbeddedFormats() -
supportsMetaData
public boolean supportsMetaData()
-