Uses of Class
com.github.fracpete.processoutput4j.reader.AbstractProcessReader
Packages that use AbstractProcessReader
Package
Description
-
Uses of AbstractProcessReader in com.github.fracpete.processoutput4j.output
Fields in com.github.fracpete.processoutput4j.output declared as AbstractProcessReaderModifier and TypeFieldDescriptionprotected AbstractProcessReaderAbstractProcessOutput.m_ReaderStdErrfor monitoring stderr.protected AbstractProcessReaderAbstractProcessOutput.m_ReaderStdOutfor monitoring stdout.Methods in com.github.fracpete.processoutput4j.output that return AbstractProcessReaderModifier and TypeMethodDescriptionprotected 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.readerModifier and TypeClassDescriptionclassReader for storing all content.classJust outputs the data to stdout/stderr.classForwards the output from the process to the owningStreamingProcessOwnerobject, if appropriate.