Package com.github.fracpete.processoutput4j.output
-
Class Summary Class Description AbstractProcessOutput Ancestor for classes that give access to the output generated by a process.CollectingProcessOutput Collects the process output (stdout and stderr) and makes them available once the process finishes.ConsoleOutputProcessOutput A container class for the results obtained from executing a process.StreamingProcessOutput Streams the data into the owningStreamingProcessOwnerobject.