Uses of Interface
org.crsh.command.SessionContext

Packages that use SessionContext
org.crsh.command   
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>
           
 

Fields in org.crsh.command declared as SessionContext
private  SessionContext GroovyScriptCommand.session
          .
private  SessionContext InvocationContextImpl.sessionContext
          .
 

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.
 void CommandInvoker.setSession(SessionContext session)
          Associate the command invoker with a session, the association should be done before the command is invoked.
 void GroovyScriptCommand.setSession(SessionContext session)
           
 void PipeCommandProxy.setSession(SessionContext session)
           
 

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

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

Classes in org.crsh.shell.impl.command that implement SessionContext
 class CRaSHSession
           
 

Methods in org.crsh.shell.impl.command with parameters of type SessionContext
 void PipeLine.setSession(SessionContext session)
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.