Uses of Class
org.sonatype.gshell.util.io.StreamSet

Packages that use StreamSet
org.sonatype.gshell.command Command components. 
org.sonatype.gshell.util.io   
 

Uses of StreamSet in org.sonatype.gshell.command
 

Fields in org.sonatype.gshell.command declared as StreamSet
 StreamSet IO.streams
           
 

Constructors in org.sonatype.gshell.command with parameters of type StreamSet
AnsiIO(StreamSet streams, boolean autoFlush)
           
IO(StreamSet streams, boolean autoFlush)
           
IO(StreamSet streams, Reader in, PrintWriter out, PrintWriter err, boolean autoFlush)
           
 

Uses of StreamSet in org.sonatype.gshell.util.io
 

Fields in org.sonatype.gshell.util.io declared as StreamSet
static StreamSet StreamSet.SYSTEM
          The original System streams (as they were when this class loads).
static StreamSet StreamSet.SYSTEM_FD
          The System streams as file streams, for a better chance of non-buffered I/O.
 

Methods in org.sonatype.gshell.util.io that return StreamSet
static StreamSet StreamJack.current()
          Returns the currently registered streams.
static StreamSet StreamSet.system()
          Create a new stream set as System is currently configured.
 

Methods in org.sonatype.gshell.util.io with parameters of type StreamSet
protected  jline.console.ConsoleReader PromptReader.createReader(StreamSet streams, jline.Terminal term)
           
static void StreamJack.install(StreamSet set)
          Install the hijacker and register streams for the current thread.
static void StreamJack.maybeInstall(StreamSet set)
           
static void StreamJack.register(StreamSet set)
          Register streams for the current thread.
static void StreamJack.restore(StreamSet streams)
          Restores the System streams to the given pair and resets the hijacker state to un-installed.
static void StreamSet.system(StreamSet streams)
          Install the given stream set as the System streams.
 

Constructors in org.sonatype.gshell.util.io with parameters of type StreamSet
InputPipe(StreamSet streams, jline.Terminal terminal, InputPipe.InterruptHandler interruptHandler)
           
PromptReader(StreamSet streams, jline.Terminal term)
           
PumpStreamHandler(StreamSet streams)
           
 



Copyright © 2008-2011 Sonatype. All Rights Reserved.