public class ProcessManager extends Object
| Constructor and Description |
|---|
ProcessManager(String[] cmdArray,
String workingDir) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
exitValue() |
void |
start() |
String |
toString() |
void |
waitFor() |
public void start()
throws IOException,
IllegalArgumentException
IOExceptionIllegalArgumentExceptionpublic void waitFor()
throws InterruptedException
InterruptedExceptionpublic void destroy()
public int exitValue()
Copyright © 2017 SAP SE. All Rights Reserved.