Class CommandExecutorResult


  • public class CommandExecutorResult
    extends Object
    • Constructor Detail

      • CommandExecutorResult

        public CommandExecutorResult​(int exitValue,
                                     String standardOutput,
                                     String errorOutput)
    • Method Detail

      • getExitValue

        public int getExitValue()
      • getErrorOutput

        public String getErrorOutput()
      • getStandardOutput

        public String getStandardOutput()