Package com.jcraft.jsch
Interface SftpProgressMonitor
-
public interface SftpProgressMonitor
-
-
Field Summary
Fields Modifier and Type Field Description static int
GET
static int
PUT
static long
UNKNOWN_SIZE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
count(long count)
void
end()
void
init(int op, String src, String dest, long max)
-
-
-
Field Detail
-
PUT
static final int PUT
- See Also:
- Constant Field Values
-
GET
static final int GET
- See Also:
- Constant Field Values
-
UNKNOWN_SIZE
static final long UNKNOWN_SIZE
- See Also:
- Constant Field Values
-
-