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
(package private)  class InnerInvocationContext<P>
           
(package private)  class InvocationContextImpl<P>
           
 

Fields in org.crsh.command declared as CommandContext
private  CommandContext<P> PipeCommandProxy.innerContext
          .
 

Methods in org.crsh.command with parameters of type CommandContext
 void GroovyScriptCommand.open(CommandContext<Object> consumer)
           
 void PipeCommandProxy.open(CommandContext<P> consumer)
           
 

Constructors in org.crsh.command with parameters of type CommandContext
InvocationContextImpl(CommandContext<P> producerContext)
           
PipeCommandProxy(CommandContext<P> innerContext, CommandInvoker<C,P> delegate, Consumer<C> next)
           
 

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

Classes in org.crsh.shell.impl.command that implement CommandContext
(package private)  class CRaSHProcessContext
           
(package private)  class Pipe<C,P>
           
(package private) static class Pipe.Chunkizer
           
(package private) static class Pipe.Invoker<C,P>
          A pipe filter that invokes a command through a CommandInvoker.
(package private) static class Pipe.Sink<P>
           
 

Fields in org.crsh.shell.impl.command declared as CommandContext
protected  CommandContext<P> Pipe.context
          .
 

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

Methods in org.crsh.shell.impl.command with parameters of type CommandContext
 void Pipe.Chunkizer.open(CommandContext<Chunk> consumer)
           
 void PipeLine.open(CommandContext<Chunk> consumer)
           
 void Pipe.Invoker.open(CommandContext<P> consumer)
           
 void Pipe.Sink.open(CommandContext<P> consumer)
           
private  CommandContext PipeLine.open(int index, CommandContext last)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.