edu.washington.cs.pl_if.scp
Class RemoteDirMD5Info

java.lang.Object
  extended by edu.washington.cs.pl_if.scp.RemoteDirMD5Info

public class RemoteDirMD5Info
extends Object


Constructor Summary
RemoteDirMD5Info(SshConnection sshConn)
           
 
Method Summary
 boolean checkRemoteFile(Session session, CommandSpec commandResults, FileInfo file)
           
 List<FileInfo> getRemoteFileList(String remoteDir, String filter, CommandSpec baseCommand)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDirMD5Info

public RemoteDirMD5Info(SshConnection sshConn)
Method Detail

getRemoteFileList

public List<FileInfo> getRemoteFileList(String remoteDir,
                                        String filter,
                                        CommandSpec baseCommand)
                                 throws IOException,
                                        InterruptedException
Throws:
IOException
InterruptedException

checkRemoteFile

public boolean checkRemoteFile(Session session,
                               CommandSpec commandResults,
                               FileInfo file)
                        throws IOException,
                               InterruptedException
Throws:
IOException
InterruptedException