Class PpidChecker.ProcessInfoConsumer

java.lang.Object
org.apache.maven.surefire.booter.PpidChecker.ProcessInfoConsumer
Enclosing class:
PpidChecker

abstract class PpidChecker.ProcessInfoConsumer extends Object
Reads standard output from Process.
The artifact maven-shared-utils has non-daemon Threads which is an issue in Surefire to satisfy System.exit. This implementation is taylor made without using any Thread. It's easy to destroy Process from other Thread.