Uses of Interface
com.github.fracpete.processoutput4j.core.StreamingProcessOwner
Packages that use StreamingProcessOwner
Package
Description
-
Uses of StreamingProcessOwner in com.github.fracpete.processoutput4j.core.impl
Classes in com.github.fracpete.processoutput4j.core.impl that implement StreamingProcessOwnerModifier and TypeClassDescriptionclassSimple class for streaming a process's stdout/stderr to this stdout, but prefixing each line with the appropriate stdout/stderr prefix.classSimple 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 StreamingProcessOwnerModifier and TypeFieldDescriptionprotected StreamingProcessOwnerStreamingProcessOutput.m_Ownerthe owner.Constructors in com.github.fracpete.processoutput4j.output with parameters of type StreamingProcessOwnerModifierConstructorDescriptionInitializes 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 StreamingProcessOwnerModifier and TypeFieldDescriptionprotected StreamingProcessOwnerStreamingProcessReader.m_Ownerthe owner.Constructors in com.github.fracpete.processoutput4j.reader with parameters of type StreamingProcessOwnerModifierConstructorDescriptionStreamingProcessReader(StreamingProcessOwner owner, boolean stdout) Initializes the reader.