Uses of Class
com.github.dakusui.cmd.CommandResult

Uses of CommandResult in com.github.dakusui.cmd
 

Methods in com.github.dakusui.cmd that return CommandResult
 CommandResult Command.exec(int timeOut, String[]... stdins)
           
static CommandResult CommandRunner.run(int timeout, String[] execShell, String[] stopShell, String command, String[]... stdins)
           
static CommandResult CommandRunner.runLocal(int timeout, String command, String[]... stdins)
           
static CommandResult CommandRunner.runLocal(String command, String[]... stdins)
           
static CommandResult CommandRunner.runRemote(int timeout, String userName, String hostName, String privKeyFile, String command, String[]... stdins)
           
static CommandResult CommandRunner.runRemote(String userName, String hostName, String privKeyFile, String command, String[]... stdins)
           
 



Copyright © 2013. All Rights Reserved.