Class SSHUtils.UtilsProgressMonitor

java.lang.Object
fr.ifremer.isisfish.util.ssh.SSHUtils.UtilsProgressMonitor
All Implemented Interfaces:
com.jcraft.jsch.SftpProgressMonitor
Enclosing class:
SSHUtils

protected static class SSHUtils.UtilsProgressMonitor extends Object implements com.jcraft.jsch.SftpProgressMonitor
Progress monitor (sftp).
  • Constructor Details

    • UtilsProgressMonitor

      protected UtilsProgressMonitor()
  • Method Details

    • init

      public void init(int op, String src, String dest, long max)
      Specified by:
      init in interface com.jcraft.jsch.SftpProgressMonitor
    • count

      public boolean count(long len)
      Specified by:
      count in interface com.jcraft.jsch.SftpProgressMonitor
    • end

      public void end()
      Specified by:
      end in interface com.jcraft.jsch.SftpProgressMonitor
    • getTotalLength

      public long getTotalLength()