Uses of Class
com.oracle.libuv.ProcessHandle.ProcessFlags
-
Uses of ProcessHandle.ProcessFlags in com.oracle.libuv
Methods in com.oracle.libuv that return ProcessHandle.ProcessFlags Modifier and Type Method Description static ProcessHandle.ProcessFlagsProcessHandle.ProcessFlags. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProcessHandle.ProcessFlags[]ProcessHandle.ProcessFlags. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.oracle.libuv with type arguments of type ProcessHandle.ProcessFlags Modifier and Type Method Description intProcessHandle. spawn(java.lang.String program, java.lang.String[] args, java.lang.String[] env, java.lang.String dir, java.util.EnumSet<ProcessHandle.ProcessFlags> flags, StdioOptions[] stdio, int uid, int gid)Initializes the process handle and starts the process.