Uses of Enum Class
org.kiwiproject.beta.base.process.ProcessOutputHandler.ProcessOutputType
Packages that use ProcessOutputHandler.ProcessOutputType
-
Uses of ProcessOutputHandler.ProcessOutputType in org.kiwiproject.beta.base.process
Methods in org.kiwiproject.beta.base.process that return ProcessOutputHandler.ProcessOutputTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ProcessOutputHandler.ProcessOutputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.kiwiproject.beta.base.process with parameters of type ProcessOutputHandler.ProcessOutputTypeModifier and TypeMethodDescriptionProcessOutputHandler.handle(Process process, ProcessOutputHandler.ProcessOutputType outputType, Consumer<String> outputConsumer) Handle the output or error output of the given process.