com.taleo.integration.client.customstep.ftp
Class DownloadSftpPreStep.MyProgressMonitor
java.lang.Object
com.taleo.integration.client.customstep.ftp.DownloadSftpPreStep.MyProgressMonitor
- All Implemented Interfaces:
- com.jcraft.jsch.SftpProgressMonitor
- Enclosing class:
- DownloadSftpPreStep
public static class DownloadSftpPreStep.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 |
DownloadSftpPreStep.MyProgressMonitor
public DownloadSftpPreStep.MyProgressMonitor()
count
public boolean count(long arg0)
- Specified by:
count
in interface com.jcraft.jsch.SftpProgressMonitor
end
public void end()
- Specified by:
end
in interface com.jcraft.jsch.SftpProgressMonitor
init
public void init(int arg0,
String arg1,
String arg2,
long arg3)
- Specified by:
init
in interface com.jcraft.jsch.SftpProgressMonitor