Uses of Class
edu.washington.cs.pl_if.ssh.CommandSpec

Packages that use CommandSpec
edu.washington.cs.pl_if.scp   
edu.washington.cs.pl_if.ssh   
 

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

Methods in edu.washington.cs.pl_if.scp with parameters of type CommandSpec
 boolean RemoteDirMD5Info.checkRemoteFile(Session session, CommandSpec commandResults, FileInfo file)
           
 List<FileInfo> RemoteDirMD5Info.getRemoteFileList(String remoteDir, String filter, CommandSpec baseCommand)
           
 

Uses of CommandSpec in edu.washington.cs.pl_if.ssh
 

Methods in edu.washington.cs.pl_if.ssh that return CommandSpec
 CommandSpec OutputLine.getCommand()
           
 CommandSpec SshConnection.getCommandSpec(int commandIndex)
           
 

Methods in edu.washington.cs.pl_if.ssh with parameters of type CommandSpec
 boolean SshConnection.download(String remotePath, File localBaseDir, String fileFilter, String localNamingType, CommandSpec commandSpec)
           
 int SshConnection.runCommand(CommandSpec commandSpec, Session session)
          Run a command in the given session
 boolean SshConnection.upload(File fileOrDir, CommandSpec commandSpec)
           
 

Constructors in edu.washington.cs.pl_if.ssh with parameters of type CommandSpec
OutputLine(String line_, String type, CommandSpec command_)