Uses of Class
com.github.fracpete.processoutput4j.output.AbstractProcessOutput
-
Packages that use AbstractProcessOutput Package Description com.github.fracpete.processoutput4j.output -
-
Uses of AbstractProcessOutput in com.github.fracpete.processoutput4j.output
Subclasses of AbstractProcessOutput in com.github.fracpete.processoutput4j.output Modifier and Type Class Description classCollectingProcessOutputCollects the process output (stdout and stderr) and makes them available once the process finishes.classConsoleOutputProcessOutputA container class for the results obtained from executing a process.classStreamingProcessOutputStreams the data into the owningStreamingProcessOwnerobject.
-