|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.os.UnixUtils
public class UnixUtils
Handy utilities for managing Unix/Linux processes
Constructor Summary | |
---|---|
UnixUtils()
|
Method Summary | |
---|---|
static int |
getProcessId(Process p)
retrieves the pid |
static void |
kill9(Integer pid)
runs "kill -9" on the specified pid |
static void |
kill9(Process p)
runs "kill -9" on the specified process |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnixUtils()
Method Detail |
---|
public static int getProcessId(Process p)
public static void kill9(Integer pid)
public static void kill9(Process p)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |