ProcessOutputHandler.Result |
ProcessOutputHandler.handle(Process process,
ProcessOutputHandler.ProcessOutputType outputType,
Consumer<String> outputConsumer) |
Handle the output or error output of the given process.
|
ProcessOutputHandler.Result |
ProcessOutputHandler.handleErrorOutput(Process process,
Consumer<String> errorConsumer) |
Handle the error output of the given process.
|
ProcessOutputHandler.Result |
ProcessOutputHandler.handleStandardOutput(Process process,
Consumer<String> outputConsumer) |
Handle the standard output of the given process.
|
static ProcessOutputHandler.Result |
ProcessOutputHandler.Result.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ProcessOutputHandler.Result[] |
ProcessOutputHandler.Result.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|