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>
           
 

Fields in org.crsh.command declared as CommandContext
protected  CommandContext GroovyCommand.context
          The current context.
protected  CommandContext GroovyScriptCommand.context
          The current context.
 

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

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

Classes in org.crsh.shell.impl.command that implement CommandContext
 class CRaSHInvocationContext<P>
           
 



Copyright © 2012 eXo Platform SAS. All Rights Reserved.