Uses of Interface
org.crsh.command.RuntimeContext

Packages that use RuntimeContext
org.crsh.command   
org.crsh.lang.impl.groovy   
org.crsh.lang.impl.groovy.command   
org.crsh.lang.impl.java   
org.crsh.shell.impl.command   
org.crsh.shell.impl.command.spi   
 

Uses of RuntimeContext in org.crsh.command
 

Subinterfaces of RuntimeContext in org.crsh.command
 interface CommandContext<P>
          The command context provides the services for invoking a command.
 interface InvocationContext<P>
           
 

Fields in org.crsh.command declared as RuntimeContext
 RuntimeContext AbstractCommand.context
          The current context : need to find a way to make not that public.
 

Uses of RuntimeContext in org.crsh.lang.impl.groovy
 

Methods in org.crsh.lang.impl.groovy with parameters of type RuntimeContext
static Object Helper.invokeMethod(RuntimeContext context, String name, Object args, groovy.lang.MissingMethodException ex)
           
 

Uses of RuntimeContext in org.crsh.lang.impl.groovy.command
 

Methods in org.crsh.lang.impl.groovy.command with parameters of type RuntimeContext
protected  Completer GroovyScriptShellCommand.getCompleter(RuntimeContext context)
           
 

Uses of RuntimeContext in org.crsh.lang.impl.java
 

Methods in org.crsh.lang.impl.java with parameters of type RuntimeContext
protected  Completer ClassShellCommand.getCompleter(RuntimeContext context)
           
 

Uses of RuntimeContext in org.crsh.shell.impl.command
 

Classes in org.crsh.shell.impl.command that implement RuntimeContext
 class AbstractInvocationContext<P>
           
 class InvocationContextImpl<P>
           
 class RuntimeContextImpl
           
 

Uses of RuntimeContext in org.crsh.shell.impl.command.spi
 

Methods in org.crsh.shell.impl.command.spi with parameters of type RuntimeContext
 org.crsh.cli.impl.completion.CompletionMatch Command.complete(RuntimeContext context, String line)
          Provide completions for the specified arguments.
protected abstract  Completer Command.getCompleter(RuntimeContext context)
          Returns a completer for this command.
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.