public static class StreamHandlers.LineInputHandler extends Object implements com.atlassian.utils.process.InputHandler
| Constructor and Description |
|---|
LineInputHandler(CountDownLatch pumpsReady) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete() |
void |
process(OutputStream input) |
void |
setWatchdog(com.atlassian.utils.process.Watchdog watchdog) |
void |
submit(String line) |
public LineInputHandler(CountDownLatch pumpsReady)
public void complete()
complete in interface com.atlassian.utils.process.InputHandlerpublic void process(OutputStream input)
process in interface com.atlassian.utils.process.InputHandlerpublic void setWatchdog(com.atlassian.utils.process.Watchdog watchdog)
setWatchdog in interface com.atlassian.utils.process.InputHandlerpublic void submit(String line) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.