public interface ProcessHandler<T,E>
| Modifier and Type | Method and Description |
|---|---|
default E |
handleStdErr(InputStream stderr) |
T |
handleStdOut(InputStream is) |
default void |
started(Process p) |
default void |
writeStdIn(OutputStream stdout) |
T handleStdOut(InputStream is) throws IOException
IOExceptiondefault E handleStdErr(InputStream stderr) throws IOException
IOExceptiondefault void writeStdIn(OutputStream stdout) throws IOException
IOExceptiondefault void started(Process p)
Copyright © 2018 SPF4J. All rights reserved.