| Package | Description |
|---|---|
| xapi.io.api | |
| xapi.shell | |
| xapi.shell.api | |
| xapi.shell.impl | |
| xapi.shell.service |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleLineReader |
class |
StringReader
An implementation of
LineReader designed to stream lines of text to one or more
delegate LineReaders. |
| Modifier and Type | Method and Description |
|---|---|
void |
StringReader.forwardTo(LineReader callback) |
| Modifier and Type | Method and Description |
|---|---|
static ShellSession |
X_Shell.launchInShell(String cmd,
LineReader stdOut,
LineReader stdErr) |
| Modifier and Type | Method and Description |
|---|---|
ShellSession |
ShellSession.stdErr(LineReader reader) |
ShellSession |
ShellSession.stdOut(LineReader reader) |
| Modifier and Type | Method and Description |
|---|---|
ShellSession |
ShellServiceDefault.runInShell(boolean keepAlive,
LineReader stdOut,
LineReader stdErr,
String... cmds) |
| Modifier and Type | Method and Description |
|---|---|
ShellSession |
ShellService.runInShell(boolean keepAlive,
LineReader stdIn,
LineReader stdErr,
String... cmds) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.