| java.lang.Object org.archive.util.ProcessUtils
ProcessUtils | public class ProcessUtils (Code) | | Class to run an external process.
author: stack version: $Date: 2006-05-02 02:54:20 +0000 (Tue, 02 May 2006) $ $Revision: 4223 $ |
Inner Class :protected class StreamGobbler extends Thread | |
Inner Class :public class ProcessResult | |
ProcessUtils | protected ProcessUtils()(Code) | | |
exec | public static ProcessUtils.ProcessResult exec(String[] args) throws IOException(Code) | | Runs process.
Parameters: args - List of process args. A ProcessResult data structure. throws: IOException - If interrupted, we throw an IOException. If non-zeroexit code, we throw an IOException (This may need to change). |
|
|