Uses of Class
com.github.fracpete.processoutput4j.reader.AbstractProcessReader
-
Packages that use AbstractProcessReader Package Description com.github.fracpete.processoutput4j.output com.github.fracpete.processoutput4j.reader -
-
Uses of AbstractProcessReader in com.github.fracpete.processoutput4j.output
Fields in com.github.fracpete.processoutput4j.output declared as AbstractProcessReader Modifier and Type Field Description protected AbstractProcessReaderAbstractProcessOutput. m_ReaderStdErrfor monitoring stderr.protected AbstractProcessReaderAbstractProcessOutput. m_ReaderStdOutfor monitoring stdout.Methods in com.github.fracpete.processoutput4j.output that return AbstractProcessReader Modifier and Type Method Description protected abstract AbstractProcessReaderAbstractProcessOutput. configureStdErr()Configures the reader for stderr.protected AbstractProcessReaderCollectingProcessOutput. configureStdErr()Configures the reader for stderr.protected AbstractProcessReaderConsoleOutputProcessOutput. configureStdErr()Configures the thread for stderr.protected AbstractProcessReaderStreamingProcessOutput. configureStdErr()Configures the thread for stderr.protected abstract AbstractProcessReaderAbstractProcessOutput. configureStdOut()Configures the reader for stdout.protected AbstractProcessReaderCollectingProcessOutput. configureStdOut()Configures the reader for stdout.protected AbstractProcessReaderConsoleOutputProcessOutput. configureStdOut()Configures the thread for stdout.protected AbstractProcessReaderStreamingProcessOutput. configureStdOut()Configures the thread for stdout. -
Uses of AbstractProcessReader in com.github.fracpete.processoutput4j.reader
Subclasses of AbstractProcessReader in com.github.fracpete.processoutput4j.reader Modifier and Type Class Description classCollectingProcessReaderReader for storing all content.classConsoleOutputProcessReaderJust outputs the data to stdout/stderr.classStreamingProcessReaderForwards the output from the process to the owningStreamingProcessOwnerobject, if appropriate.
-