Package ubic.gemma.core.util.test
Class TestProcessUtils
java.lang.Object
ubic.gemma.core.util.test.TestProcessUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProcessstartJavaProcess(Class<?> mainClass, String... argv) Start a Java process that inherits the current process's environment and classpath.
-
Constructor Details
-
TestProcessUtils
public TestProcessUtils()
-
-
Method Details
-
startJavaProcess
Start a Java process that inherits the current process's environment and classpath.- Throws:
IOException
-