Package | Description |
---|---|
org.sonatype.gshell |
GShell API.
|
org.sonatype.gshell.command |
Command components.
|
org.sonatype.gshell.command.resolver |
Command resolver components.
|
org.sonatype.gshell.console.completer |
Command-line completers.
|
org.sonatype.gshell.file | |
org.sonatype.gshell.shell | |
org.sonatype.gshell.variables |
Modifier and Type | Field and Description |
---|---|
protected Variables |
MainSupport.vars |
Modifier and Type | Method and Description |
---|---|
Variables |
CommandContext.getVariables()
The variables for the command.
|
Constructor and Description |
---|
CommandResolverImpl(javax.inject.Provider<Variables> variables,
EventManager events,
CommandRegistry commands) |
Constructor and Description |
---|
FileNameCompleter(javax.inject.Provider<Variables> variables) |
Constructor and Description |
---|
FileSystemAccessImpl(javax.inject.Provider<Variables> variables) |
Modifier and Type | Method and Description |
---|---|
Variables |
Shell.getVariables() |
Variables |
ShellImpl.getVariables() |
Constructor and Description |
---|
ShellImpl(EventManager events,
CommandExecutor executor,
Branding branding,
IO io,
Variables variables) |
Constructor and Description |
---|
ShellErrorHandler(IO io,
javax.inject.Provider<Variables> variables) |
ShellPrompt(javax.inject.Provider<Variables> variables,
Branding branding) |
Modifier and Type | Class and Description |
---|---|
class |
VariablesImpl
Provides a nested-namespace for command variables.
|
Modifier and Type | Method and Description |
---|---|
Variables |
VariablesImpl.parent() |
Variables |
Variables.parent() |
Constructor and Description |
---|
VariablesImpl(Map<String,Object> map,
Variables parent) |
VariablesImpl(Variables parent) |
Constructor and Description |
---|
VariableNameCompleter(EventManager events,
javax.inject.Provider<Variables> variables) |
Copyright © 2008-2012 Sonatype. All Rights Reserved.