Interface StreamingProcessOwner

All Known Implementing Classes:
PrefixedStreamingProcessOwner, SimpleStreamingProcessOwner

public interface StreamingProcessOwner
Interface for classes that make use of StreamingProcessOutput.
  • Method Details

    • getOutputType

      Returns what output from the process to forward.
      Returns:
      the output type
    • processOutput

      void processOutput(String line, boolean stdout)
      Processes the incoming line.
      Parameters:
      line - the line to process
      stdout - whether stdout or stderr