Class DefaultExecCommandExecutor

    • Constructor Detail

      • DefaultExecCommandExecutor

        public DefaultExecCommandExecutor()
    • Method Detail

      • prepareDefaultExecutor

        protected org.apache.commons.exec.DefaultExecutor prepareDefaultExecutor​(ExecCommand execCommand)
      • toCommandLine

        protected org.apache.commons.exec.CommandLine toCommandLine​(ExecCommand execCommand)
        Transforms an ExecCommand to a CommandLine. No quoting fo the arguments is used.
        Parameters:
        execCommand - a not-null ExecCommand instance.
        Returns:
        a CommandLine object.