| 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)
|