com.taleo.integration.client.customstep.ftp
Class DownloadSftpPreStep.MyProgressMonitor

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


Field Summary
 
Fields inherited from interface com.jcraft.jsch.SftpProgressMonitor
GET, PUT
 
Constructor Summary
DownloadSftpPreStep.MyProgressMonitor()
           
 
Method Summary
 boolean count(long arg0)
           
 void end()
           
 void init(int arg0, String arg1, String arg2, long arg3)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DownloadSftpPreStep.MyProgressMonitor

public DownloadSftpPreStep.MyProgressMonitor()
Method Detail

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