Class ProcessOutput


  • public class ProcessOutput
    extends java.lang.Object
    Author:
    Sam Adams
    • Constructor Detail

      • ProcessOutput

        public ProcessOutput()
    • Method Detail

      • getExitValue

        public int getExitValue()
      • getStdOutBytes

        public byte[] getStdOutBytes()
      • getStdErrBytes

        public byte[] getStdErrBytes()
      • getOutput

        public java.lang.String getOutput()
      • getMessages

        public java.lang.String getMessages()