public interface ProcessHandler
Modifier and Type | Interface and Description |
---|---|
static class |
ProcessHandler.BlockingHandler |
static class |
ProcessHandler.NoOutBlockingHandler |
Modifier and Type | Method and Description |
---|---|
void |
completed(int exitCode) |
void |
log(java.lang.String l,
boolean isContinued) |
void |
starting(java.lang.String taskRef) |
void log(java.lang.String l, boolean isContinued)
l
- 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 outputvoid completed(int exitCode)
void starting(java.lang.String taskRef)
Copyright © 2023. All Rights Reserved.