public class FreeBSDProcessManager extends UnixProcessManager
ProcessManager implementation for FreeBSD.PID_NOT_FOUND, PID_UNKNOWN| Constructor and Description |
|---|
FreeBSDProcessManager() |
| Modifier and Type | Method and Description |
|---|---|
static @NonNull FreeBSDProcessManager |
getDefault()
Gets the default instance of
FreeBSDProcessManager. |
protected @NonNull String[] |
getRunningProcessesCommand(@NonNull String process)
Gets the command to be executed to get a snapshot of all the running processes identified by
the specified argument (process).
|
execute, getRunningProcessLinePattern, kill, setRunAsArgsfindPidclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanFindPidpublic static @NonNull FreeBSDProcessManager getDefault()
FreeBSDProcessManager.FreeBSDProcessManager instance.protected @NonNull String[] getRunningProcessesCommand(@NonNull String process)
AbstractProcessManagergetRunningProcessesCommand in class UnixProcessManagerprocess - The name of the process to query for.Copyright © 2022 - present; JODConverter. All rights reserved.