public interface TtyExecOutputErrorable extends TtyExecErrorable
| Modifier and Type | Method and Description |
|---|---|
TtyExecErrorable |
redirectingOutput()
Will provide an
InputStream via ExecWatch.getOutput() |
TtyExecErrorable |
writingOutput(OutputStream in)
Should only be called with a minimally blocking or non-blocking stream
|
redirectingError, terminateOnError, writingErrorredirectingErrorChannel, writingErrorChannelwithTTYusingListenerattach, exec, withReadyWaitTimeoutTtyExecErrorable writingOutput(OutputStream in)
In particular do no use a PipedOutputStream - use redirectingOutput() instead
TtyExecErrorable redirectingOutput()
InputStream via ExecWatch.getOutput()
WARNING: the resulting stream must be fully read or closed for other events to be processed properly
Copyright © 2015–2024 Red Hat. All rights reserved.