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.
 

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)
           
 

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)  class PipeFilter<C,P>
           
(package private) static class PipeFilter.Chunkizer
           
(package private) static class PipeFilter.Noop<P>
           
(package private) static class PipeFilter.Sink<P>
           
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.