Interface IRemoteSetExporter

    • Method Detail

      • export

        void export​(org.harctoolbox.girr.RemoteSet remoteSet,
                    String title,
                    int count,
                    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.RemoteSet remoteSet,
                    String title,
                    int count,
                    File saveFile,
                    String charsetName)
             throws IOException,
                    TransformerException,
                    org.harctoolbox.girr.GirrException,
                    org.harctoolbox.irp.IrpException,
                    org.harctoolbox.ircore.IrCoreException
        Throws:
        IOException
        TransformerException
        org.harctoolbox.girr.GirrException
        org.harctoolbox.irp.IrpException
        org.harctoolbox.ircore.IrCoreException
      • export

        void export​(org.harctoolbox.girr.Remote remote,
                    String title,
                    String source,
                    int count,
                    File saveFile,
                    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​(Map<String,​org.harctoolbox.girr.Command> commands,
                    String source,
                    String title,
                    org.harctoolbox.girr.Remote.MetaData metaData,
                    int count,
                    File saveFile,
                    String charsetName)
             throws IOException,
                    TransformerException,
                    org.harctoolbox.girr.GirrException,
                    org.harctoolbox.ircore.IrCoreException,
                    org.harctoolbox.irp.IrpException
        Throws:
        IOException
        TransformerException
        org.harctoolbox.girr.GirrException
        org.harctoolbox.ircore.IrCoreException
        org.harctoolbox.irp.IrpException
      • export

        File export​(Map<String,​org.harctoolbox.girr.Command> commands,
                    String source,
                    String title,
                    org.harctoolbox.girr.Remote.MetaData metaData,
                    int count,
                    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
      • supportsEmbeddedFormats

        boolean supportsEmbeddedFormats()