Uses of Enum Class
org.kiwiproject.beta.base.process.ProcessOutputHandler.Result
Packages that use ProcessOutputHandler.Result
-
Uses of ProcessOutputHandler.Result in org.kiwiproject.beta.base.process
Methods in org.kiwiproject.beta.base.process that return ProcessOutputHandler.ResultModifier and TypeMethodDescriptionProcessOutputHandler.handle(Process process, ProcessOutputHandler.ProcessOutputType outputType, Consumer<String> outputConsumer) Handle the output or error output of the given process.ProcessOutputHandler.handleErrorOutput(Process process, Consumer<String> errorConsumer) Handle the error output of the given process.ProcessOutputHandler.handleStandardOutput(Process process, Consumer<String> outputConsumer) Handle the standard output of the given process.static ProcessOutputHandler.ResultReturns the enum constant of this class with the specified name.static ProcessOutputHandler.Result[]ProcessOutputHandler.Result.values()Returns an array containing the constants of this enum class, in the order they are declared.