public interface ProcessOutputProcessor extends ProcessExecOutput
Processing execution output.
| Type Params | Return Type | Name and description |
|---|---|---|
|
public boolean |
isErrorOutputForwarded()Whether process error output is forwarded to the console. |
|
public boolean |
isOutputForwarded()Whether process output is forwarded to the console. |
| Methods inherited from class | Name |
|---|---|
interface ProcessExecOutput |
processOutput |