edu.washington.cs.pl_if.scp
Class ScpCopyThread
java.lang.Object
edu.washington.cs.pl_if.scp.ScpCopyThread
- All Implemented Interfaces:
- Runnable
public class ScpCopyThread
- extends Object
- implements Runnable
class that copies files to a hostname using scp, one file at the time
- Author:
- isdal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScpCopyThread
public ScpCopyThread(SshConnection sshConn,
MD5Check checkThread)
run
public void run()
- Specified by:
run
in interface Runnable
halt
public void halt()
copyFile
public void copyFile(FileInfo fileInfo)
isDone
public boolean isDone()