Class CScriptWrapper


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

      • CScriptWrapper

        public CScriptWrapper​(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.