commit | 8c6d8eb5e978681c5887e976a9e20c1316c92db1 | [log] [tgz] |
---|---|---|
author | Jesse Wilson <jessewilson@google.com> | Fri Oct 09 17:41:52 2009 -0700 |
committer | Jesse Wilson <jessewilson@google.com> | Fri Oct 09 18:20:55 2009 -0700 |
tree | 3cd577bc88ed091fa601e7ec4603dfaf97fc6ed1 | |
parent | e2ed8ea1b8d4e8d4b01d1fe0284784202a616cd5 [diff] |
Rewrite Support_Exec to support timeouts on waiting processes. Also rewriting SupportExec to use ProcessBuilder rather than Runtime.exec(). Changed callers to use the ProcessBuilder directly rather than calling-through chained methods.