Uses of Interface
org.crsh.command.CommandContext

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

Uses of CommandContext in org.crsh.command
 

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

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

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

Methods in org.crsh.command with parameters of type CommandContext
 CompletionMatch CRaSHCommand.complete(CommandContext context, String line)
           
 CompletionMatch GroovyScriptCommand.complete(CommandContext context, String line)
           
 CompletionMatch ShellCommand.complete(CommandContext context, String line)
          Provide completions for the specified arguments.
 void CommandInvoker.setSession(CommandContext session)
          Associate the command invoker with a session, the association should be done before the command is invoked.
 void GroovyScriptCommand.setSession(CommandContext session)
           
 void PipeCommandProxy.setSession(CommandContext session)
           
 

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

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

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

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



Copyright © 2013 eXo Platform SAS. All Rights Reserved.