Uses of Class
edu.washington.cs.pl_if.scp.FileInfo

Packages that use FileInfo
edu.washington.cs.pl_if.scp   
 

Uses of FileInfo in edu.washington.cs.pl_if.scp
 

Methods in edu.washington.cs.pl_if.scp that return FileInfo
 FileInfo FileInfo.clone()
          returns a clone of the current FileInfo
 

Methods in edu.washington.cs.pl_if.scp that return types with arguments of type FileInfo
 Vector<FileInfo> LocalDirMD5Info.getFileInfo(File baseDirOrFile)
           
 List<FileInfo> RemoteDirMD5Info.getRemoteFileList(String remoteDir, String filter, CommandSpec baseCommand)
           
 

Methods in edu.washington.cs.pl_if.scp with parameters of type FileInfo
 void MD5Check.checkFile(FileInfo file)
           
 boolean RemoteDirMD5Info.checkRemoteFile(Session session, CommandSpec commandResults, FileInfo file)
           
 void ScpCopyThread.copyFile(FileInfo fileInfo)