|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CommandException | |
|---|---|
| com.github.dakusui.cmd | |
| com.github.dakusui.cmd.exceptions | |
| com.github.dakusui.cmd.io | |
| Uses of CommandException in com.github.dakusui.cmd |
|---|
| Methods in com.github.dakusui.cmd that throw CommandException | |
|---|---|
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)
|
| Uses of CommandException in com.github.dakusui.cmd.exceptions |
|---|
| Subclasses of CommandException in com.github.dakusui.cmd.exceptions | |
|---|---|
class |
CommandTimeoutException
|
| Uses of CommandException in com.github.dakusui.cmd.io |
|---|
| Methods in com.github.dakusui.cmd.io that throw CommandException | |
|---|---|
void |
LineReader.close()
|
void |
BasicLineReader.close()
|
String |
LineReader.read()
|
String |
BasicLineReader.read()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||