Uses of Interface
org.crsh.command.RuntimeContext

Packages that use RuntimeContext
org.crsh.command   
org.crsh.lang.impl.groovy   
org.crsh.lang.impl.groovy.closure   
org.crsh.lang.impl.groovy.command   
org.crsh.lang.impl.java   
org.crsh.shell.impl.command   
org.crsh.shell.impl.command.pipeline   
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.closure
 

Classes in org.crsh.lang.impl.groovy.closure that implement RuntimeContext
(package private)  class PipeLineInvocationContext
           
 

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>
           
(package private)  class CRaSHProcessContext
           
(package private)  class CRaSHSession
           
 class InvocationContextImpl<P>
           
 class RuntimeContextImpl
           
 

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

Classes in org.crsh.shell.impl.command.pipeline that implement RuntimeContext
(package private)  class CommandInvokerAdapter<C,P,CONSUMER extends CommandContext<? super P>>
           
 

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

Methods in org.crsh.shell.impl.command.spi with parameters of type RuntimeContext
 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.