Uses of Interface
org.apache.maven.surefire.extensions.Stoppable
-
-
Uses of Stoppable in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient that return Stoppable Modifier and Type Method Description private static Stoppable
ForkStarter. bindErrorStream(int forkNumber, CountdownCloseable countdownCloseable, CommandlineStreams streams, java.lang.Object errorStreamLock)
-
Uses of Stoppable in org.apache.maven.plugin.surefire.extensions
Classes in org.apache.maven.plugin.surefire.extensions that implement Stoppable Modifier and Type Class Description class
EventConsumerThread
class
StreamFeeder
Commands which are sent from plugin to the forked jvm. -
Uses of Stoppable in org.apache.maven.surefire.extensions
Classes in org.apache.maven.surefire.extensions that implement Stoppable Modifier and Type Class Description class
CloseableDaemonThread
The base thread class used to handle a stream, transforms the stream to an object. -
Uses of Stoppable in org.apache.maven.surefire.extensions.util
Classes in org.apache.maven.surefire.extensions.util that implement Stoppable Modifier and Type Class Description class
LineConsumerThread
-