| Package | Description |
|---|---|
| xapi.shell | |
| xapi.shell.api | |
| xapi.shell.impl | |
| xapi.shell.service |
| Modifier and Type | Method and Description |
|---|---|
static ShellSession |
X_Shell.launchInShell(String cmd,
xapi.io.api.LineReader stdOut,
xapi.io.api.LineReader stdErr) |
static ShellSession |
X_Shell.launchJava(Class<?> mainClass,
String[] classpath)
Launches a java process inside a shell environment.
|
static ShellSession |
X_Shell.launchJava(Class<?> mainClass,
String[] classpath,
String[] vmFlags,
String[] args)
Launches a java process inside a shell environment.
|
| Modifier and Type | Method and Description |
|---|---|
ShellSession |
ShellCommand.run(xapi.util.api.SuccessHandler<ShellSession> callback,
ArgumentProcessor processor)
Starts the command; returns a future and accepts a callback.
|
ShellSession |
ShellSession.stdErr(xapi.io.api.LineReader reader) |
ShellSession |
ShellSession.stdOut(xapi.io.api.LineReader reader) |
| Modifier and Type | Method and Description |
|---|---|
ShellSession |
ShellCommand.run(xapi.util.api.SuccessHandler<ShellSession> callback,
ArgumentProcessor processor)
Starts the command; returns a future and accepts a callback.
|
| Modifier and Type | Method and Description |
|---|---|
ShellSession |
ShellCommandDefault.run(xapi.util.api.SuccessHandler<ShellSession> callback,
ArgumentProcessor processor) |
ShellSession |
ShellServiceDefault.runInShell(boolean keepAlive,
xapi.io.api.LineReader stdOut,
xapi.io.api.LineReader stdErr,
String... cmds) |
| Modifier and Type | Method and Description |
|---|---|
ShellSession |
ShellCommandDefault.run(xapi.util.api.SuccessHandler<ShellSession> callback,
ArgumentProcessor processor) |
| Modifier and Type | Method and Description |
|---|---|
ShellSession |
ShellService.runInShell(boolean keepAlive,
xapi.io.api.LineReader stdIn,
xapi.io.api.LineReader stdErr,
String... cmds) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.