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   
org.crsh.ssh.term.inline   
 

Uses of InteractionContext in org.crsh.command
 

Subinterfaces of InteractionContext in org.crsh.command
 interface CommandContext<P>
          The command context provides the services for invoking a command.
 interface InvocationContext<P>
           
 

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

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)  class PipeFilter<C,P>
           
(package private) static class PipeFilter.Chunkizer
           
(package private) static class PipeFilter.Noop<P>
           
(package private) static class PipeFilter.Sink<P>
           
 

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

Constructor parameters in org.crsh.shell.impl.command with type arguments of type InteractionContext
Pipe(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
           
 

Uses of InteractionContext in org.crsh.ssh.term.inline
 

Classes in org.crsh.ssh.term.inline that implement InteractionContext
 class SSHInlineShellProcessContext
          ShellProcessContext for SSH inline commands
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.