commit | 1f4eba15dc9e4086ce7e2a4fc7cac83fe6bbc03d | [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 | f14192205ab0ea48f163b8e09df7189b26f28db4 | |
parent | 2fae89deffca19e4026887cd205904b6cc56526f [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.