Class TextExporter
java.lang.Object
org.harctoolbox.irscrutinizer.exporter.Exporter
org.harctoolbox.irscrutinizer.exporter.RemoteSetExporter
org.harctoolbox.irscrutinizer.exporter.TextExporter
This class does something interesting and useful. Or not...
-
Constructor Summary
ConstructorDescriptionTextExporter
(boolean generateRaw, boolean generateCcf, boolean generateParameters, org.harctoolbox.girr.Command.CommandTextFormat... extraFormatters) -
Method Summary
Methods inherited from class org.harctoolbox.irscrutinizer.exporter.RemoteSetExporter
export, export, export, export, export, export, export, supportsMetaData
Methods inherited from class org.harctoolbox.irscrutinizer.exporter.Exporter
considersRepetitions, export, export, export, export, exportFilename, getCharset, getCreatingUser, getDateFormatString, getDateString, getDocument, getDocument, getEncoding, getLastSaveFileOrCopy, parseToDocumentFragment, possiblyMakeExecutable, setCreatingUser, setDateFormatFileString, setDateFormatString, setEncoding
-
Constructor Details
-
TextExporter
public TextExporter(boolean generateRaw, boolean generateCcf, boolean generateParameters, org.harctoolbox.girr.Command.CommandTextFormat... extraFormatters)
-
-
Method Details
-
getFileExtensions
- Specified by:
getFileExtensions
in classExporter
-
getName
-
getPreferredFileExtension
- Specified by:
getPreferredFileExtension
in classExporter
-
getDocumentation
- Specified by:
getDocumentation
in classExporter
-
supportsEmbeddedFormats
public boolean supportsEmbeddedFormats()- Overrides:
supportsEmbeddedFormats
in classRemoteSetExporter
-
export
public void export(org.harctoolbox.girr.RemoteSet remoteSet, String title, File file, String charsetName) throws IOException, org.harctoolbox.girr.GirrException, org.harctoolbox.ircore.IrCoreException, org.harctoolbox.irp.IrpException - Specified by:
export
in classRemoteSetExporter
- Throws:
IOException
org.harctoolbox.girr.GirrException
org.harctoolbox.ircore.IrCoreException
org.harctoolbox.irp.IrpException
-