Class JSftpModule.ProgressMonitor
java.lang.Object
ecmwf.common.ectrans.module.JSftpModule.ProgressMonitor
- All Implemented Interfaces:
com.jcraft.jsch.SftpProgressMonitor
- Enclosing class:
JSftpModule
public static final class JSftpModule.ProgressMonitor
extends Object
implements com.jcraft.jsch.SftpProgressMonitor
The Class ProgressMonitor.
-
Field Summary
Fields inherited from interface com.jcraft.jsch.SftpProgressMonitor
GET, PUT, UNKNOWN_SIZE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ProgressMonitor
public ProgressMonitor()
-
-
Method Details
-
init
-
count
public boolean count(long count) Count.- Specified by:
countin interfacecom.jcraft.jsch.SftpProgressMonitor- Parameters:
count- the count- Returns:
- true, if successful
-
end
public void end()End.- Specified by:
endin interfacecom.jcraft.jsch.SftpProgressMonitor
-
isEnded
public boolean isEnded()Checks if is ended.- Returns:
- true, if is ended
-