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
 

Classes in org.crsh.lang.impl.groovy.closure that implement CommandContext
(package private)  class PipeLineInvocationContext
           
 

Fields in org.crsh.lang.impl.groovy.closure declared as CommandContext
private  CommandContext<? super Object> ClosureInvoker.consumer
          .
private  CommandContext ClosureDelegate.context
          .
 

Methods in org.crsh.lang.impl.groovy.closure that return CommandContext
 CommandContext ClosureDelegate.getContext()
           
 

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

Constructors in org.crsh.lang.impl.groovy.closure with parameters of type CommandContext
ClosureDelegate(CommandContext context, Object owner)
           
 

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

Classes in org.crsh.shell.impl.command that implement CommandContext
 class AbstractInvocationContext<P>
           
(package private)  class CRaSHProcessContext
           
 class InvocationContextImpl<P>
           
 

Fields in org.crsh.shell.impl.command declared as CommandContext
private  CommandContext<P> InvocationContextImpl.commandContext
          .
 

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
 

Classes in org.crsh.shell.impl.command.pipeline with type parameters of type CommandContext
(package private)  class CommandInvokerAdapter<C,P,CONSUMER extends CommandContext<? super P>>
           
 

Classes in org.crsh.shell.impl.command.pipeline that implement CommandContext
(package private)  class CommandInvokerAdapter<C,P,CONSUMER extends CommandContext<? super P>>
           
 

Fields in org.crsh.shell.impl.command.pipeline declared as CommandContext
protected  CONSUMER CommandInvokerAdapter.consumer
          .
private  CommandContext<?> PipeLine.current
          .
 

Methods in org.crsh.shell.impl.command.pipeline that return CommandContext
private  CommandContext PipeLine.open(int index, CommandContext last)
           
 

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

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.