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
-
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 void
export
(org.harctoolbox.girr.Command command, String source, String title, int repeatCount, File file, String charsetName) boolean
boolean
Methods 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:
export
in classExporter
- Throws:
IOException
TransformerException
org.harctoolbox.ircore.IrCoreException
org.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:
export
in classExporter
- Throws:
IOException
org.harctoolbox.irp.IrpException
org.harctoolbox.ircore.IrCoreException
org.harctoolbox.girr.GirrException
TransformerException
-
supportsEmbeddedFormats
public boolean supportsEmbeddedFormats() -
supportsMetaData
public boolean supportsMetaData()
-