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
IOException
default E handleStdErr(InputStream stderr) throws IOException
IOException
default void writeStdIn(OutputStream stdout) throws IOException
IOException
default void started(Process p)
Copyright © 2021 SPF4J. All rights reserved.