public class JavaProcess extends Object
JavaProcess(Process process, Consumer<String> sysoutHandler, Consumer<String> syserrHandler)
void
destroy()
boolean
isAlive()
int
waitToDie()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JavaProcess(Process process, Consumer<String> sysoutHandler, Consumer<String> syserrHandler)
public void destroy()
public int waitToDie() throws InterruptedException
InterruptedException
public boolean isAlive()
Copyright © 2021 org.pitest. All rights reserved.