Package hec.io

Class ProcessOutputLine

java.lang.Object
hec.io.ProcessOutputLine
All Implemented Interfaces:
Serializable

public class ProcessOutputLine extends Object implements Serializable
See Also:
  • Constructor Details

    • ProcessOutputLine

      public ProcessOutputLine(String line, boolean stderr)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • isStderr

      public boolean isStderr()
    • isStdout

      public boolean isStdout()
    • getLine

      public String getLine()