public class ProgressMonitor extends Object implements com.jcraft.jsch.SftpProgressMonitor
| Constructor and Description |
|---|
ProgressMonitor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
count(long count) |
void |
end() |
void |
init(int op,
String src,
String dest,
long max) |
public void init(int op,
String src,
String dest,
long max)
init in interface com.jcraft.jsch.SftpProgressMonitorpublic boolean count(long count)
count in interface com.jcraft.jsch.SftpProgressMonitorpublic void end()
end in interface com.jcraft.jsch.SftpProgressMonitorCopyright © 2017. All rights reserved.