| Package | Description |
|---|---|
| org.sonatype.gshell |
GShell API.
|
| org.sonatype.gshell.command |
Command components.
|
| org.sonatype.gshell.console |
Interactive console framework.
|
| org.sonatype.gshell.shell |
| Modifier and Type | Field and Description |
|---|---|
protected IO |
MainSupport.io |
| Modifier and Type | Class and Description |
|---|---|
class |
AnsiIO
ANSI-aware
IO. |
| Modifier and Type | Method and Description |
|---|---|
IO |
CommandContext.getIo()
The input/output for the command.
|
| Modifier and Type | Method and Description |
|---|---|
IO |
Console.getIo() |
| Constructor and Description |
|---|
Console(IO io,
Callable<ConsoleTask> taskFactory,
jline.console.history.History history,
InputStream bindings) |
| Modifier and Type | Method and Description |
|---|---|
IO |
Shell.getIo() |
IO |
ShellImpl.getIo() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ShellImpl.renderGoodbyeMessage(IO io) |
protected void |
ShellImpl.renderWelcomeMessage(IO io) |
| Constructor and Description |
|---|
ShellErrorHandler(IO io,
javax.inject.Provider<Variables> variables) |
ShellImpl(EventManager events,
CommandExecutor executor,
Branding branding,
IO io,
Variables variables) |
Copyright © 2008-2012 Sonatype. All Rights Reserved.