public final class LoggingProcessHandler extends Object implements ProcessHandler<Void,Void>
| Constructor and Description |
|---|
LoggingProcessHandler(Logger log) |
| Modifier and Type | Method and Description |
|---|---|
Void |
handleStdErr(InputStream stderr) |
Void |
handleStdOut(InputStream is) |
void |
started(Process p) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitwriteStdInpublic LoggingProcessHandler(Logger log)
public void started(Process p)
started in interface ProcessHandler<Void,Void>@Nullable public Void handleStdOut(InputStream is) throws IOException
handleStdOut in interface ProcessHandler<Void,Void>IOException@Nullable public Void handleStdErr(InputStream stderr) throws IOException
handleStdErr in interface ProcessHandler<Void,Void>IOExceptionCopyright © 2018 SPF4J. All rights reserved.