Interface ICommandExporter

    • Method Detail

      • export

        File export​(org.harctoolbox.girr.Command command,
                    String source,
                    String title,
                    int repeatCount,
                    boolean automaticFilenames,
                    Component parent,
                    File exportDir,
                    String charsetName)
             throws IOException,
                    TransformerException,
                    org.harctoolbox.ircore.IrCoreException,
                    org.harctoolbox.irp.IrpException,
                    org.harctoolbox.girr.GirrException
        Throws:
        IOException
        TransformerException
        org.harctoolbox.ircore.IrCoreException
        org.harctoolbox.irp.IrpException
        org.harctoolbox.girr.GirrException
      • export

        void export​(org.harctoolbox.girr.Command command,
                    String source,
                    String title,
                    int repeatCount,
                    File exportFile,
                    String charsetName)
             throws IOException,
                    TransformerException,
                    org.harctoolbox.ircore.IrCoreException,
                    org.harctoolbox.irp.IrpException,
                    org.harctoolbox.girr.GirrException
        Throws:
        IOException
        TransformerException
        org.harctoolbox.ircore.IrCoreException
        org.harctoolbox.irp.IrpException
        org.harctoolbox.girr.GirrException
      • considersRepetitions

        boolean considersRepetitions()
      • getPreferredFileExtension

        String getPreferredFileExtension()
      • getFormatName

        String getFormatName()