public abstract class PosixProcessPropertiesSupport extends BaseProcessPropertiesSupport
| Constructor and Description |
|---|
PosixProcessPropertiesSupport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
destroy(long processID) |
boolean |
destroyForcibly(long processID) |
void |
exec(Path executable,
String[] args) |
String |
getObjectFile(org.graalvm.nativeimage.c.function.CEntryPointLiteral<?> symbol) |
String |
getObjectFile(String symbol) |
long |
getProcessID() |
long |
getProcessID(Process process) |
boolean |
isAlive(long processID) |
protected static String |
realpath(String path)
A platform-independent method to canonicalize a path.
|
String |
setLocale(String category,
String locale) |
int |
waitForProcessExit(long processID) |
getArgumentVectorBlockSize, getArgumentVectorProgramName, setArgumentVectorProgramNamepublic long getProcessID()
public long getProcessID(Process process)
public boolean destroy(long processID)
public boolean destroyForcibly(long processID)
public boolean isAlive(long processID)
public int waitForProcessExit(long processID)
public String getObjectFile(org.graalvm.nativeimage.c.function.CEntryPointLiteral<?> symbol)