com.mindbright.sshcommon
Class SSHSCPStdoutProgress

java.lang.Object
  extended bycom.mindbright.sshcommon.SSHSCPStdoutProgress
All Implemented Interfaces:
Progress, SSHFileTransferProgress

public class SSHSCPStdoutProgress
extends java.lang.Object
implements SSHFileTransferProgress


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

SSHSCPStdoutProgress

public SSHSCPStdoutProgress()
Method Detail

startFile

public void startFile(java.lang.String file,
                      long size)
Specified by:
startFile in interface SSHFileTransferProgress

startDir

public void startDir(java.lang.String file)
Specified by:
startDir in interface SSHFileTransferProgress

endFile

public void endFile()
Specified by:
endFile in interface SSHFileTransferProgress

endDir

public void endDir()
Specified by:
endDir in interface SSHFileTransferProgress

progress

public void progress(int size)
Specified by:
progress in interface Progress