fr.ifremer.isisfish.util.ssh
Class SSHUtils.UtilsProgressMonitor

java.lang.Object
  extended by 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).


Field Summary
 
Fields inherited from interface com.jcraft.jsch.SftpProgressMonitor
GET, PUT
 
Constructor Summary
protected SSHUtils.UtilsProgressMonitor()
           
 
Method Summary
 boolean count(long len)
           
 void end()
           
 long getTotalLength()
           
 void init(int op, String src, String dest, long max)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSHUtils.UtilsProgressMonitor

protected SSHUtils.UtilsProgressMonitor()
Method Detail

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()


Copyright © 1999-2010 CodeLutin. All Rights Reserved.