Package | Description |
---|---|
org.openimaj.util.processes |
Modifier and Type | Method and Description |
---|---|
static void |
JavaProcess.runProcess(Class<?> clz,
String argString)
Run the
main main method of the given class in a new JVM. |
static void |
JavaProcess.runProcess(Class<?> clz,
String[] args)
Run the
main main method of the given class in a new JVM. |
static void |
JavaProcess.runProcess(Class<?> clz,
String[] jvmArgs,
String[] args)
Run the
main main method of the given class in a new JVM. |
static void |
JavaProcess.runProcess(Class<?> clz,
String jvmArgs,
String argString)
Run the
main main method of the given class in a new JVM. |
static void |
JavaProcess.runProcess(JavaProcess.ProcessOptions op)
Run the process described by the given
JavaProcess.ProcessOptions in a
separate JVM and wait for it to exit. |