public class PureJavaProcessManager extends Object implements ProcessManager
ProcessManager implementation for Java.
This manager does not allow the retrieval of the process id.
PID_NOT_FOUND, PID_UNKNOWN| Constructor and Description |
|---|
PureJavaProcessManager() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canFindPid()
Indicates whether the pid of the process can be found using a command line.
|
static @NonNull PureJavaProcessManager |
getDefault()
Gets the default instance of
PureJavaProcessManager. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindPid, killpublic boolean canFindPid()
ProcessManagercanFindPid in interface ProcessManagertrue if the pid can be found using a command line, false otherwise.public static @NonNull PureJavaProcessManager getDefault()
PureJavaProcessManager.PureJavaProcessManager instance.Copyright © 2022 - present; JODConverter. All rights reserved.