| Package | Description |
|---|---|
| com.github.dakusui.cmd |
| Modifier and Type | Method and Description |
|---|---|
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) |
Copyright © 2017. All rights reserved.