Package com.github.fracpete.processoutput4j.reader
-
Class Summary Class Description AbstractProcessReader Ancestor for readers that read line from stdout/stderr of the providedProcessobject.CollectingProcessReader Reader for storing all content.ConsoleOutputProcessReader Just outputs the data to stdout/stderr.StreamingProcessReader Forwards the output from the process to the owningStreamingProcessOwnerobject, if appropriate.