Package | Description |
---|---|
org.sonatype.gshell |
GShell API.
|
org.sonatype.gshell.branding | |
org.sonatype.gshell.command |
Command components.
|
org.sonatype.gshell.execute |
Command execution.
|
org.sonatype.gshell.guice |
Support for building shells with Google Guice.
|
org.sonatype.gshell.parser |
Shell syntax parser.
|
org.sonatype.gshell.parser.impl.visitor |
AST visitors.
|
org.sonatype.gshell.shell |
Modifier and Type | Method and Description |
---|---|
protected abstract Shell |
MainSupport.createShell() |
Modifier and Type | Method and Description |
---|---|
void |
BrandingSupport.customize(Shell shell) |
void |
Branding.customize(Shell shell) |
Modifier and Type | Method and Description |
---|---|
Shell |
CommandContext.getShell()
The invoking shell instance.
|
Modifier and Type | Method and Description |
---|---|
Object |
CommandExecutorImpl.execute(Shell shell,
Object... args) |
Object |
CommandExecutor.execute(Shell shell,
Object... args)
Execute a pre-processed command-line.
|
Object |
CommandExecutorImpl.execute(Shell shell,
String line) |
Object |
CommandExecutor.execute(Shell shell,
String line)
Execute a command-line, parsing out valid recognized syntax.
|
Object |
CommandExecutorImpl.execute(Shell shell,
String name,
Object[] args) |
Object |
CommandExecutor.execute(Shell shell,
String command,
Object[] args)
Execute command name/path with the given arguments.
|
Modifier and Type | Method and Description |
---|---|
protected Shell |
GuiceMainSupport.createShell() |
Modifier and Type | Method and Description |
---|---|
Object |
CommandLineParser.CommandLine.execute(Shell shell,
CommandExecutor executor) |
Constructor and Description |
---|
ExecutingVisitor(Shell shell,
CommandExecutor executor) |
Modifier and Type | Class and Description |
---|---|
class |
ShellImpl
The default
Shell component. |
Modifier and Type | Method and Description |
---|---|
Shell |
ShellFactory.create() |
static Shell |
ShellHolder.get() |
static Shell |
ShellHolder.get(boolean allowNull) |
static Shell |
ShellHolder.set(Shell shell) |
Modifier and Type | Method and Description |
---|---|
static Shell |
ShellHolder.set(Shell shell) |
Copyright © 2008-2012 Sonatype. All Rights Reserved.