Process API Updates (JEP 102)

Martin Buchholz martinrb at google.com
Tue Mar 25 20:50:01 UTC 2014


People want a higher-level synchronous API that runs a command, captures
the stderr, stdout and exit code, waits for the process to finish, and
returns the result.  Maybe even throws if exit code is non-zero or stderr
is non-empty.  Like the $(...) operator in bash, but more flexible... and
not quite that convenient!.



More information about the core-libs-dev mailing list