|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SSHFileTransferProgress
Interface for tracking progress when transferring files
| Method Summary | |
|---|---|
void |
endDir()
Called when all files in a directory have been transferred |
void |
endFile()
Called when a file has been successfully transferred |
void |
startDir(java.lang.String file)
Called when the transfer starts to transfer all files in a directory. |
void |
startFile(java.lang.String file,
long size)
Called when a file starts to transfer |
| Methods inherited from interface com.mindbright.util.Progress |
|---|
progress |
| Method Detail |
|---|
void startFile(java.lang.String file,
long size)
file - name of file to transfersize - file sizevoid startDir(java.lang.String file)
file - name of directoryvoid endFile()
void endDir()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||