Package | Description |
---|---|
org.apache.oodt.commons.exec |
Class and Description |
---|
ExecHelper
This class is taken from Stephen Ostermiller's example at:
http://ostermiller.org/utils/ExecHelper.java.html
It provides some useful methods for manipulating and reading in the output of
a
Process resultant from a call to Runtime.getRuntime()
without using the Process.waitFor() method, which apparently can hang
on certain underlying systems. |
Copyright © 1999–2017 Apache OODT. All rights reserved.