Class ExecWrapper


  • @Scriptable
    public final class ExecWrapper
    extends Object
    Wrap child processes. Note: this class is not thread-safe.
    • Constructor Detail

      • ExecWrapper

        public ExecWrapper​(String... p_params)
    • Method Detail

      • getStdOut

        public String getStdOut()
        Get the standard output of the child process.
        Returns:
        The stdout output of the child process, or null if there was no such output.
      • getStdErr

        public String getStdErr()
        Get the error output of the child process.
        Returns:
        The stderr output of the child process, or null if there was no such output.