| Package | Description |
|---|---|
| xapi.shell.api | |
| xapi.shell.impl | |
| xapi.shell.service |
| Modifier and Type | Method and Description |
|---|---|
ShellResult |
ShellCommand.run(xapi.util.api.SuccessHandler<ShellResult> callback,
ArgumentProcessor processor)
Starts the command; returns a future and accepts a callback.
|
ShellResult |
ShellResult.stdErr(LineReader reader) |
ShellResult |
ShellResult.stdOut(LineReader reader) |
| Modifier and Type | Method and Description |
|---|---|
ShellResult |
ShellCommand.run(xapi.util.api.SuccessHandler<ShellResult> callback,
ArgumentProcessor processor)
Starts the command; returns a future and accepts a callback.
|
| Modifier and Type | Method and Description |
|---|---|
ShellResult |
ShellCommandDefault.run(xapi.util.api.SuccessHandler<ShellResult> callback,
ArgumentProcessor processor) |
ShellResult |
ShellServiceDefault.runInShell(String cmd,
LineReader stdOut,
LineReader stdErr) |
| Modifier and Type | Method and Description |
|---|---|
ShellResult |
ShellCommandDefault.run(xapi.util.api.SuccessHandler<ShellResult> callback,
ArgumentProcessor processor) |
| Modifier and Type | Method and Description |
|---|---|
ShellResult |
ShellService.runInShell(String cmd,
LineReader stdIn,
LineReader stdErr) |
Copyright © 2012-2013 The Internet Party. All Rights Reserved.