public class MacProcessManager extends UnixProcessManager
ProcessManager implementation for Macos.PID_NOT_FOUND, PID_UNKNOWN| Constructor and Description |
|---|
MacProcessManager() |
| Modifier and Type | Method and Description |
|---|---|
static @NonNull MacProcessManager |
getDefault()
Gets the default instance of
MacProcessManager. |
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 MacProcessManager getDefault()
MacProcessManager.MacProcessManager instance.protected @NonNull String[] getRunningProcessesCommand(@NonNull String process)
AbstractProcessManagergetRunningProcessesCommand in class UnixProcessManagerprocess - The name of the process to query for.Copyright © 2016 - present; JODConverter.org. All rights reserved.