fr.ifremer.isisfish.util.ssh
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 java.lang.Object
- implements com.jcraft.jsch.SftpProgressMonitor
Progress monitor (sftp).
| Fields inherited from interface com.jcraft.jsch.SftpProgressMonitor |
GET, PUT |
|
Method Summary |
boolean |
count(long len)
|
void |
end()
|
long |
getTotalLength()
|
void |
init(int op,
java.lang.String src,
java.lang.String dest,
long max)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSHUtils.UtilsProgressMonitor
protected SSHUtils.UtilsProgressMonitor()
init
public void init(int op,
java.lang.String src,
java.lang.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.