Uses of Interface
org.crsh.SessionContext

Packages that use SessionContext
org.crsh.command   
org.crsh.io   
org.crsh.shell.impl.command   
 

Uses of SessionContext in org.crsh.command
 

Subinterfaces of SessionContext in org.crsh.command
 interface InvocationContext<P>
           
 

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

Methods in org.crsh.command with parameters of type SessionContext
 CommandCompletion CRaSHCommand.complete(SessionContext context, String line)
           
 CommandCompletion GroovyScriptCommand.complete(SessionContext context, String line)
           
 CommandCompletion ShellCommand.complete(SessionContext context, String line)
          Provide completions for the specified arguments.
 

Uses of SessionContext in org.crsh.io
 

Subinterfaces of SessionContext in org.crsh.io
 interface Filter<C,P>
           
 interface ProducerContext<P>
           
 

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

Classes in org.crsh.shell.impl.command that implement SessionContext
(package private)  class InvokerPipeFilter<C,P>
          A pipe filter that invokes a command through a CommandInvoker.
(package private)  class ProcessInvocationContext
           
(package private)  class SinkPipeFilter<P>
           
(package private)  class ToChunkPipeFilter
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.