Uses of Interface
org.crsh.command.RuntimeContext

Packages that use RuntimeContext
org.crsh.command   
org.crsh.shell.impl.command   
 

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>
           
 

Classes in org.crsh.command that implement RuntimeContext
 class BaseRuntimeContext
           
(package private)  class InnerInvocationContext<P>
           
(package private)  class InvocationContextImpl<P>
           
 

Fields in org.crsh.command declared as RuntimeContext
protected  RuntimeContext GroovyCommand.context
          The current context.
private  RuntimeContext InvocationContextImpl.sessionContext
          .
 

Methods in org.crsh.command with parameters of type RuntimeContext
 CompletionMatch CRaSHCommand.complete(RuntimeContext context, String line)
           
 CompletionMatch GroovyScriptCommand.complete(RuntimeContext context, String line)
           
 CompletionMatch ShellCommand.complete(RuntimeContext context, String line)
          Provide completions for the specified arguments.
 void GroovyScript.setContext(RuntimeContext context)
           
 

Constructors in org.crsh.command with parameters of type RuntimeContext
InvocationContextImpl(InteractionContext<P> producerContext, RuntimeContext sessionContext)
           
 

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
           
(package private)  class Pipe<C,P>
           
(package private) static class Pipe.Chunkizer
           
(package private) static class Pipe.Invoker<C,P>
          A pipe filter that invokes a command through a CommandInvoker.
(package private) static class Pipe.Sink<P>
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.