Uses of Interface
org.sonatype.gshell.variables.Variables

Packages that use Variables
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   
 

Uses of Variables in org.sonatype.gshell
 

Fields in org.sonatype.gshell declared as Variables
protected  Variables MainSupport.vars
           
 

Uses of Variables in org.sonatype.gshell.command
 

Methods in org.sonatype.gshell.command that return Variables
 Variables CommandContext.getVariables()
          The variables for the command.
 

Uses of Variables in org.sonatype.gshell.command.resolver
 

Constructor parameters in org.sonatype.gshell.command.resolver with type arguments of type Variables
CommandResolverImpl(javax.inject.Provider<Variables> variables, EventManager events, CommandRegistry commands)
           
 

Uses of Variables in org.sonatype.gshell.console.completer
 

Constructor parameters in org.sonatype.gshell.console.completer with type arguments of type Variables
FileNameCompleter(javax.inject.Provider<Variables> variables)
           
 

Uses of Variables in org.sonatype.gshell.file
 

Constructor parameters in org.sonatype.gshell.file with type arguments of type Variables
FileSystemAccessImpl(javax.inject.Provider<Variables> variables)
           
 

Uses of Variables in org.sonatype.gshell.shell
 

Methods in org.sonatype.gshell.shell that return Variables
 Variables ShellImpl.getVariables()
           
 Variables Shell.getVariables()
           
 

Constructors in org.sonatype.gshell.shell with parameters of type Variables
ShellImpl(EventManager events, CommandExecutor executor, Branding branding, IO io, Variables variables)
           
 

Constructor parameters in org.sonatype.gshell.shell with type arguments of type Variables
ShellErrorHandler(IO io, javax.inject.Provider<Variables> variables)
           
ShellPrompt(javax.inject.Provider<Variables> variables, Branding branding)
           
 

Uses of Variables in org.sonatype.gshell.variables
 

Classes in org.sonatype.gshell.variables that implement Variables
 class VariablesImpl
          Provides a nested-namespace for command variables.
 

Methods in org.sonatype.gshell.variables that return Variables
 Variables VariablesImpl.parent()
           
 Variables Variables.parent()
           
 

Constructors in org.sonatype.gshell.variables with parameters of type Variables
VariablesImpl(Map<String,Object> map, Variables parent)
           
VariablesImpl(Variables parent)
           
 

Constructor parameters in org.sonatype.gshell.variables with type arguments of type Variables
VariableNameCompleter(EventManager events, javax.inject.Provider<Variables> variables)
           
 



Copyright © 2008-2011 Sonatype. All Rights Reserved.