Uses of Interface
org.crsh.shell.InteractionContext

Packages that use InteractionContext
org.crsh.command   
org.crsh.console   
org.crsh.lang.impl.groovy.closure   
org.crsh.shell   
org.crsh.shell.impl.command   
org.crsh.shell.impl.command.pipeline   
org.crsh.shell.impl.remoting   
org.crsh.ssh.term.inline   
org.crsh.telnet.term.processor   
 

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>
           
 

Uses of InteractionContext in org.crsh.console
 

Classes in org.crsh.console that implement InteractionContext
(package private)  class ProcessHandler
          A process execution state machine.
 

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

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

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

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

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

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
 

Uses of InteractionContext in org.crsh.telnet.term.processor
 

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



Copyright © 2015 eXo Platform SAS. All Rights Reserved.