Class DynamicCommandExportFormat
java.lang.Object
org.harctoolbox.irscrutinizer.exporter.Exporter
org.harctoolbox.irscrutinizer.exporter.CommandExporter
org.harctoolbox.irscrutinizer.exporter.DynamicCommandExportFormat
This class does something interesting and useful. Or not...
-
Constructor Summary
-
Method Summary
Methods inherited from class org.harctoolbox.irscrutinizer.exporter.CommandExporter
export, supportsEmbeddedFormats, supportsMetaData
Methods inherited from class org.harctoolbox.irscrutinizer.exporter.Exporter
export, export, export, exportFilename, getCharset, getCreatingUser, getDateFormatString, getDateString, getDocument, getDocument, getEncoding, getLastSaveFileOrCopy, parseToDocumentFragment, setCreatingUser, setDateFormatFileString, setDateFormatString, setEncoding
-
Constructor Details
-
DynamicCommandExportFormat
-
-
Method Details
-
considersRepetitions
public boolean considersRepetitions()- Overrides:
considersRepetitions
in classExporter
-
getFileExtensions
- Specified by:
getFileExtensions
in classExporter
-
getName
-
getPreferredFileExtension
- Specified by:
getPreferredFileExtension
in classExporter
-
getDocumentation
- Specified by:
getDocumentation
in classExporter
-
possiblyMakeExecutable
- Overrides:
possiblyMakeExecutable
in classExporter
-
export
public void export(org.harctoolbox.girr.Command command, String source, String title, int repeatCount, File exportFile, String charsetName) throws IOException, TransformerException - Specified by:
export
in classCommandExporter
- Throws:
IOException
TransformerException
-