|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.selenium.os.ProcessUtils
public class ProcessUtils
Nested Class Summary | |
---|---|
static class |
ProcessUtils.ProcessStillAliveException
|
Constructor Summary | |
---|---|
ProcessUtils()
|
Method Summary | |
---|---|
static int |
killProcess(Process process)
Forcibly kills a process, using OS tools like "kill" as a last resort |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessUtils()
Method Detail |
---|
public static int killProcess(Process process)
process
- The process to kill.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |