|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of StreamSet in org.sonatype.gshell.io |
|---|
| Fields in org.sonatype.gshell.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.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.io with parameters of type StreamSet | |
|---|---|
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.io with parameters of type StreamSet | |
|---|---|
InputPipe(StreamSet streams,
jline.Terminal terminal,
InputPipe.InterruptHandler interruptHandler)
|
|
PumpStreamHandler(StreamSet streams)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||