public static class ProcessHandler.BlockingHandler extends java.lang.Object implements ProcessHandler
ProcessHandler.BlockingHandler, ProcessHandler.NoOutBlockingHandler
Constructor and Description |
---|
BlockingHandler() |
Modifier and Type | Method and Description |
---|---|
void |
completed(int exitCode) |
ExitList |
get(long t,
java.util.concurrent.TimeUnit unit) |
void |
log(java.lang.String l,
boolean isContinued) |
void |
starting(java.lang.String taskRef) |
public void log(java.lang.String l, boolean isContinued)
log
in interface ProcessHandler
isContinued
- is true when the line was longer than our max frame size.
The received line did not end with a line-feed in the
original outputpublic void completed(int exitCode)
completed
in interface ProcessHandler
public ExitList get(long t, java.util.concurrent.TimeUnit unit)
public void starting(java.lang.String taskRef)
starting
in interface ProcessHandler
Copyright © 2022. All Rights Reserved.