Uses of Interface
com.github.fracpete.processoutput4j.core.StreamingProcessOwner
-
Packages that use StreamingProcessOwner Package Description com.github.fracpete.processoutput4j.core.impl com.github.fracpete.processoutput4j.output com.github.fracpete.processoutput4j.reader -
-
Uses of StreamingProcessOwner in com.github.fracpete.processoutput4j.core.impl
Classes in com.github.fracpete.processoutput4j.core.impl that implement StreamingProcessOwner Modifier and Type Class Description classPrefixedStreamingProcessOwnerSimple class for streaming a process's stdout/stderr to this stdout, but prefixing each line with the appropriate stdout/stderr prefix.classSimpleStreamingProcessOwnerSimple class for streaming a process's stdout/stderr to this stdout/stderr. -
Uses of StreamingProcessOwner in com.github.fracpete.processoutput4j.output
Fields in com.github.fracpete.processoutput4j.output declared as StreamingProcessOwner Modifier and Type Field Description protected StreamingProcessOwnerStreamingProcessOutput. m_Ownerthe owner.Constructors in com.github.fracpete.processoutput4j.output with parameters of type StreamingProcessOwner Constructor Description StreamingProcessOutput(StreamingProcessOwner owner)Initializes the process output with the specified owning object. -
Uses of StreamingProcessOwner in com.github.fracpete.processoutput4j.reader
Fields in com.github.fracpete.processoutput4j.reader declared as StreamingProcessOwner Modifier and Type Field Description protected StreamingProcessOwnerStreamingProcessReader. m_Ownerthe owner.Constructors in com.github.fracpete.processoutput4j.reader with parameters of type StreamingProcessOwner Constructor Description StreamingProcessReader(StreamingProcessOwner owner, boolean stdout)Initializes the reader.
-