public class InputPipe extends Thread implements Closeable
Modifier and Type | Class and Description |
---|---|
static interface |
InputPipe.InterruptHandler |
Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
InputPipe(StreamSet streams,
jline.Terminal terminal,
InputPipe.InterruptHandler interruptHandler) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
InputStream |
getInputStream() |
void |
run() |
void |
start() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yield
public InputPipe(StreamSet streams, jline.Terminal terminal, InputPipe.InterruptHandler interruptHandler)
public void close()
close
in interface Closeable
close
in interface AutoCloseable
public InputStream getInputStream()
Copyright © 2008-2013 Sonatype. All Rights Reserved.