| Methods in com.github.dakusui.cmd that return CommandResult |
CommandResult |
Command.exec(int timeOut)
Executes this command in a synchronous manner. |
static CommandResult |
CommandUtils.run(int timeout,
String[] execShell,
String command)
|
static CommandResult |
CommandUtils.runLocal(int timeout,
String command)
|
static CommandResult |
CommandUtils.runLocal(String command)
|
static CommandResult |
CommandUtils.runRemote(int timeout,
String userName,
String hostName,
String privKeyFile,
String command)
|
static CommandResult |
CommandUtils.runRemote(String userName,
String hostName,
String privKeyFile,
String command)
|