|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Shell | |
|---|---|
| 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 | |
| Uses of Shell in org.sonatype.gshell |
|---|
| Methods in org.sonatype.gshell that return Shell | |
|---|---|
protected abstract Shell |
MainSupport.createShell()
|
| Uses of Shell in org.sonatype.gshell.branding |
|---|
| Methods in org.sonatype.gshell.branding with parameters of type Shell | |
|---|---|
void |
BrandingSupport.customize(Shell shell)
|
void |
Branding.customize(Shell shell)
|
| Uses of Shell in org.sonatype.gshell.command |
|---|
| Methods in org.sonatype.gshell.command that return Shell | |
|---|---|
Shell |
CommandContext.getShell()
The invoking shell instance. |
| Uses of Shell in org.sonatype.gshell.execute |
|---|
| Methods in org.sonatype.gshell.execute with parameters of type Shell | |
|---|---|
Object |
CommandExecutor.execute(Shell shell,
Object... args)
Execute a pre-processed command-line. |
Object |
CommandExecutorImpl.execute(Shell shell,
Object... args)
|
Object |
CommandExecutor.execute(Shell shell,
String line)
Execute a command-line, parsing out valid recognized syntax. |
Object |
CommandExecutorImpl.execute(Shell shell,
String line)
|
Object |
CommandExecutor.execute(Shell shell,
String command,
Object[] args)
Execute command name/path with the given arguments. |
Object |
CommandExecutorImpl.execute(Shell shell,
String name,
Object[] args)
|
| Uses of Shell in org.sonatype.gshell.guice |
|---|
| Methods in org.sonatype.gshell.guice that return Shell | |
|---|---|
protected Shell |
GuiceMainSupport.createShell()
|
| Uses of Shell in org.sonatype.gshell.parser |
|---|
| Methods in org.sonatype.gshell.parser with parameters of type Shell | |
|---|---|
Object |
CommandLineParser.CommandLine.execute(Shell shell,
CommandExecutor executor)
|
| Uses of Shell in org.sonatype.gshell.parser.impl.visitor |
|---|
| Constructors in org.sonatype.gshell.parser.impl.visitor with parameters of type Shell | |
|---|---|
ExecutingVisitor(Shell shell,
CommandExecutor executor)
|
|
| Uses of Shell in org.sonatype.gshell.shell |
|---|
| Classes in org.sonatype.gshell.shell that implement Shell | |
|---|---|
class |
ShellImpl
The default Shell component. |
| Methods in org.sonatype.gshell.shell that return Shell | |
|---|---|
Shell |
ShellFactory.create()
|
static Shell |
ShellHolder.get()
|
static Shell |
ShellHolder.get(boolean allowNull)
|
static Shell |
ShellHolder.set(Shell shell)
|
| Methods in org.sonatype.gshell.shell with parameters of type Shell | |
|---|---|
static Shell |
ShellHolder.set(Shell shell)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||