Uses of Interface
org.crsh.shell.ScreenContext

Packages that use ScreenContext
org.crsh.command   
org.crsh.command.pipeline   
org.crsh.lang.groovy.closure   
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   
org.crsh.term   
org.crsh.term.console   
org.crsh.text   
 

Uses of ScreenContext in org.crsh.command
 

Subinterfaces of ScreenContext 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 ScreenContext
 class InvocationContextImpl<P>
           
 

Uses of ScreenContext in org.crsh.command.pipeline
 

Classes in org.crsh.command.pipeline that implement ScreenContext
 class AbstractPipe<C,P,CONS extends CommandContext<? super P>>
           
 class ConvertingPipe<C,P,CONS extends CommandContext<? super P>>
           
(package private)  class PipeLineElement<C,P>
           
 class ToChunkPipe<C,CONS extends CommandContext<? super Chunk>>
           
 

Uses of ScreenContext in org.crsh.lang.groovy.closure
 

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

Uses of ScreenContext in org.crsh.processor.jline
 

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

Uses of ScreenContext in org.crsh.processor.term
 

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

Uses of ScreenContext in org.crsh.shell
 

Subinterfaces of ScreenContext in org.crsh.shell
 interface InteractionContext
          The interaction context extends the screen context and provides interaction with the client.
 interface ShellProcessContext
          The context provided when a ShellProcess is executed.
 

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

Classes in org.crsh.shell.impl.command that implement ScreenContext
(package private)  class CRaSHProcessContext
           
 

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

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

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

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

Uses of ScreenContext in org.crsh.term
 

Subinterfaces of ScreenContext in org.crsh.term
 interface Term
           
 

Uses of ScreenContext in org.crsh.term.console
 

Classes in org.crsh.term.console that implement ScreenContext
 class ConsoleTerm
          Implements the interface.
 

Uses of ScreenContext in org.crsh.text
 

Classes in org.crsh.text that implement ScreenContext
 class ChunkAdapter
           
 class RenderAppendable
           
 class RenderWriter
           
 

Fields in org.crsh.text declared as ScreenContext
private  ScreenContext RenderAppendable.context
          .
private  ScreenContext RenderWriter.out
          .
 

Constructors in org.crsh.text with parameters of type ScreenContext
ChunkAdapter(ScreenContext out)
           
RenderAppendable(ScreenContext context)
           
RenderPrintWriter(ScreenContext out)
           
RenderPrintWriter(ScreenContext out, Closeable closeable)
           
RenderWriter(ScreenContext out)
           
RenderWriter(ScreenContext out, Closeable closeable)
           
 



Copyright © 2013 eXo Platform SAS. All Rights Reserved.