| 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 |
CommandFactory.run(int timeout,
String[] execShell,
String command) |
static CommandResult |
CommandFactory.runLocal(int timeout,
String command) |
static CommandResult |
CommandFactory.runLocal(String command) |
static CommandResult |
CommandFactory.runRemote(int timeout,
String userName,
String hostName,
String privKeyFile,
String command) |
static CommandResult |
CommandFactory.runRemote(String userName,
String hostName,
String privKeyFile,
String command) |
Copyright © 2013. All Rights Reserved.