Class CommandExporter

java.lang.Object
org.harctoolbox.irscrutinizer.exporter.Exporter
org.harctoolbox.irscrutinizer.exporter.CommandExporter
Direct Known Subclasses:
DynamicCommandExportFormat, WaveExporter

public abstract class CommandExporter extends Exporter
This class does something interesting and useful. Or not...
  • 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 class Exporter
      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 class Exporter
      Throws:
      IOException
      org.harctoolbox.irp.IrpException
      org.harctoolbox.ircore.IrCoreException
      org.harctoolbox.girr.GirrException
      TransformerException
    • supportsEmbeddedFormats

      public boolean supportsEmbeddedFormats()
    • supportsMetaData

      public boolean supportsMetaData()