Uses of Interface
org.crsh.command.RuntimeContext

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

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

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

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

Uses of RuntimeContext in org.crsh.lang.java
 

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

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

Classes in org.crsh.shell.impl.command that implement RuntimeContext
(package private)  class CRaSHProcessContext
           
 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
 class AbstractPipe<C,P,CONS extends CommandContext<? super P>>
           
 class ConvertingPipe<C,P,CONS extends CommandContext<? super P>>
           
(package private)  class PipeLineElement<C,P>
           
 class ToChunkPipe<C,CONS extends CommandContext<? super Chunk>>
           
 

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

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



Copyright © 2014 eXo Platform SAS. All Rights Reserved.