public abstract class OsProcessUtility extends Object
| Modifier and Type | Method and Description |
|---|---|
static File |
getProcExe(long pid,
String name)
Attempt to find the executable path of the process with the specified pid.
|
@Nullable public static File getProcExe(long pid, String name)
null is returned.pid - Process identifiername - Binary base name to match againstCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.