Uses of Interface
org.crsh.shell.InteractionContext

Packages that use InteractionContext
org.crsh.command   
org.crsh.processor.jline   
org.crsh.processor.term   
org.crsh.shell   
org.crsh.shell.impl.command   
org.crsh.shell.impl.remoting   
 

Uses of InteractionContext in org.crsh.command
 

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

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

Fields in org.crsh.command declared as InteractionContext
private  InteractionContext<P> PipeCommandProxy.innerContext
          .
private  InteractionContext<P> InvocationContextImpl.producerContext
          .
 

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

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

Uses of InteractionContext in org.crsh.processor.jline
 

Classes in org.crsh.processor.jline that implement InteractionContext
(package private)  class JLineProcessContext
           
 

Uses of InteractionContext in org.crsh.processor.term
 

Classes in org.crsh.processor.term that implement InteractionContext
(package private)  class ProcessContext
           
 

Uses of InteractionContext in org.crsh.shell
 

Subinterfaces of InteractionContext in org.crsh.shell
 interface ShellProcessContext
          The context provided when a ShellProcess is executed.
 

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

Classes in org.crsh.shell.impl.command that implement InteractionContext
(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 InteractionContext
protected  InteractionContext<P> Pipe.context
          .
 

Fields in org.crsh.shell.impl.command with type parameters of type InteractionContext
(package private)  Filter<C,P,InteractionContext<P>> Pipe.Invoker.command
          .
 

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

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

Constructor parameters in org.crsh.shell.impl.command with type arguments of type InteractionContext
Pipe.Invoker(Filter<C,P,InteractionContext<P>> command)
           
 

Uses of InteractionContext in org.crsh.shell.impl.remoting
 

Classes in org.crsh.shell.impl.remoting that implement InteractionContext
(package private)  class ClientProcessContext
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.