| Modifier and Type | Method and Description |
|---|---|
static ProcessHandle.ProcessFlags |
ProcessHandle.ProcessFlags.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ProcessHandle.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.
|
Copyright © 2021 WebFolder. All rights reserved.