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