edu.washington.cs.pl_if.scp
Class ScpCopyThread

java.lang.Object
  extended by 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

Constructor Summary
ScpCopyThread(SshConnection sshConn, MD5Check checkThread)
           
 
Method Summary
 void copyFile(FileInfo fileInfo)
           
 void halt()
           
 boolean isDone()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScpCopyThread

public ScpCopyThread(SshConnection sshConn,
                     MD5Check checkThread)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

halt

public void halt()

copyFile

public void copyFile(FileInfo fileInfo)

isDone

public boolean isDone()