| Package | Description |
|---|---|
| com.github.dakusui.cmd | |
| com.github.dakusui.cmd.exceptions | |
| com.github.dakusui.cmd.io |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandTimeoutException |
| Modifier and Type | Method and Description |
|---|---|
void |
LineReader.close() |
void |
BasicLineReader.close() |
String |
LineReader.read() |
String |
BasicLineReader.read() |
Copyright © 2013. All Rights Reserved.