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
ConstructorsConstructorDescriptionTextExporter(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, supportsMetaDataMethods 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:
getFileExtensionsin classExporter
-
getName
-
getPreferredFileExtension
- Specified by:
getPreferredFileExtensionin classExporter
-
getDocumentation
- Specified by:
getDocumentationin classExporter
-
supportsEmbeddedFormats
public boolean supportsEmbeddedFormats()- Overrides:
supportsEmbeddedFormatsin 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:
exportin classRemoteSetExporter- Throws:
IOExceptionorg.harctoolbox.girr.GirrExceptionorg.harctoolbox.ircore.IrCoreExceptionorg.harctoolbox.irp.IrpException
-