org.eclipse.rse.services.ssh.files
Class SftpFileService.MyProgressMonitor
java.lang.Object
org.eclipse.rse.services.ssh.files.SftpFileService.MyProgressMonitor
- All Implemented Interfaces:
- com.jcraft.jsch.SftpProgressMonitor
- Enclosing class:
- SftpFileService
- public static class SftpFileService.MyProgressMonitor
- extends Object
- implements com.jcraft.jsch.SftpProgressMonitor
| Fields inherited from interface com.jcraft.jsch.SftpProgressMonitor |
GET, PUT |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SftpFileService.MyProgressMonitor
public SftpFileService.MyProgressMonitor(IProgressMonitor monitor)
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 count)
- Specified by:
count in interface com.jcraft.jsch.SftpProgressMonitor
end
public void end()
- Specified by:
end in interface com.jcraft.jsch.SftpProgressMonitor
Copyright (c) IBM Corporation and others 2000, 2006. All Rights Reserved.