// do the URI parsing, only if the arguments are not set
argsList = splitToWhiteSpaceSeparatedTokens(endpoint.getArgs());
}
File outFile = outFilePath == null ? null : new File(outFilePath);
return new ExecCommand(cmd, argsList, dir, timeout, input, outFile, useStderrOnEmptyStdout);
}