|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.sshcommon.SSHSCPStdoutProgress
Constructor Summary | |
SSHSCPStdoutProgress()
|
Method Summary | |
void |
endDir()
|
void |
endFile()
|
void |
progress(int size)
|
void |
startDir(java.lang.String file)
|
void |
startFile(java.lang.String file,
long size)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SSHSCPStdoutProgress()
Method Detail |
public void startFile(java.lang.String file, long size)
startFile
in interface SSHFileTransferProgress
public void startDir(java.lang.String file)
startDir
in interface SSHFileTransferProgress
public void endFile()
endFile
in interface SSHFileTransferProgress
public void endDir()
endDir
in interface SSHFileTransferProgress
public void progress(int size)
progress
in interface Progress
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |