|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.selenium.server.browserlaunchers.UnixUtils
public class UnixUtils
Handy utilities for managing Unix/Linux processes
| Constructor Summary | |
|---|---|
UnixUtils()
|
|
| Method Summary | |
|---|---|
static int |
getProcessId(java.lang.Process p)
retrieves the pid |
static void |
kill9(java.lang.Integer pid)
runs "kill -9" on the specified pid |
static void |
kill9(java.lang.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(java.lang.Process p)
public static void kill9(java.lang.Integer pid)
public static void kill9(java.lang.Process p)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||