Class SFTPRepository.MyProgressMonitor
- java.lang.Object
-
- org.apache.ivy.plugins.repository.sftp.SFTPRepository.MyProgressMonitor
-
- All Implemented Interfaces:
com.jcraft.jsch.SftpProgressMonitor
- Enclosing class:
- SFTPRepository
private final class SFTPRepository.MyProgressMonitor extends java.lang.Object implements com.jcraft.jsch.SftpProgressMonitor
-
-
Field Summary
Fields Modifier and Type Field Description private longtotalLength
-
Constructor Summary
Constructors Modifier Constructor Description privateMyProgressMonitor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancount(long count)voidend()voidinit(int op, java.lang.String src, java.lang.String dest, long max)
-
-
-
Method Detail
-
init
public void init(int op, java.lang.String src, java.lang.String dest, long max)- Specified by:
initin interfacecom.jcraft.jsch.SftpProgressMonitor
-
end
public void end()
- Specified by:
endin interfacecom.jcraft.jsch.SftpProgressMonitor
-
count
public boolean count(long count)
- Specified by:
countin interfacecom.jcraft.jsch.SftpProgressMonitor
-
-