|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bridj.util.ProcessUtils
public class ProcessUtils
Util methods to : query the process id from the current process, launch processes (including JVM processes)
| Constructor Summary | |
|---|---|
ProcessUtils()
|
|
| Method Summary | |
|---|---|
static String[] |
computeJavaProcessArgs(Class<?> mainClass,
List<?> mainArgs)
|
static int |
getCurrentProcessId()
Get the current process native id |
static Process |
startJavaProcess(Class<?> mainClass,
List<?> mainArgs)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessUtils()
| Method Detail |
|---|
public static int getCurrentProcessId()
public static String[] computeJavaProcessArgs(Class<?> mainClass,
List<?> mainArgs)
public static Process startJavaProcess(Class<?> mainClass,
List<?> mainArgs)
throws IOException
IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||