Uses of Interface
org.crsh.command.CommandContext

Packages that use CommandContext
org.crsh.command   
org.crsh.lang.impl.groovy.closure   
org.crsh.shell.impl.command   
org.crsh.shell.impl.command.pipeline   
org.crsh.shell.impl.command.spi   
 

Uses of CommandContext in org.crsh.command
 

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

Uses of CommandContext in org.crsh.lang.impl.groovy.closure
 

Methods in org.crsh.lang.impl.groovy.closure with parameters of type CommandContext
 void ClosureInvoker.open(CommandContext<? super Object> consumer)
           
 

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

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

Constructors in org.crsh.shell.impl.command with parameters of type CommandContext
InvocationContextImpl(CommandContext<P> commandContext)
           
 

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

Methods in org.crsh.shell.impl.command.pipeline with parameters of type CommandContext
 void PipeLine.open(CommandContext<? super Object> consumer)
           
 

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

Methods in org.crsh.shell.impl.command.spi with parameters of type CommandContext
 void CommandInvoker.invoke(CommandContext<? super P> consumer)
          Invoke the command.
abstract  void CommandInvoker.open(CommandContext<? super P> consumer)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.