Uses of Interface
org.apache.maven.surefire.extensions.EventHandler
-
-
Uses of EventHandler in org.apache.maven.plugin.surefire.booterclient.output
Classes in org.apache.maven.plugin.surefire.booterclient.output that implement EventHandler Modifier and Type Class Description class
ForkClient
Knows how to reconstruct *all* the state transmitted over stdout by the forked process.class
NativeStdErrStreamConsumer
The standard error logger for the error stream of the forked JMV, seeForkStarter
.class
NativeStdOutStreamConsumer
The standard output logger for the output stream of the forked JMV, see org.apache.maven.plugin.surefire.extensions.SurefireForkChannel.class
ThreadedStreamConsumer
Knows how to reconstruct *all* the state transmitted over Channel by the forked process.Fields in org.apache.maven.plugin.surefire.booterclient.output declared as EventHandler Modifier and Type Field Description private EventHandler<Event>
ThreadedStreamConsumer.Pumper. target
Constructors in org.apache.maven.plugin.surefire.booterclient.output with parameters of type EventHandler Constructor Description Pumper(EventHandler<Event> target)
ThreadedStreamConsumer(EventHandler<Event> target)
-
Uses of EventHandler in org.apache.maven.plugin.surefire.extensions
Fields in org.apache.maven.plugin.surefire.extensions declared as EventHandler Modifier and Type Field Description private EventHandler<Event>
EventConsumerThread. eventHandler
private EventHandler<Event>
SurefireForkChannel.EventBindings. eventHandler
Methods in org.apache.maven.plugin.surefire.extensions with parameters of type EventHandler Modifier and Type Method Description void
LegacyForkChannel. bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, java.nio.channels.ReadableByteChannel stdOut)
void
SurefireForkChannel. bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdown, java.nio.channels.ReadableByteChannel stdOut)
Constructors in org.apache.maven.plugin.surefire.extensions with parameters of type EventHandler Constructor Description EventBindings(EventHandler<Event> eventHandler, CountdownCloseable countdown)
EventConsumerThread(java.lang.String threadName, java.nio.channels.ReadableByteChannel channel, EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, ForkNodeArguments arguments)
-
Uses of EventHandler in org.apache.maven.surefire.extensions
Methods in org.apache.maven.surefire.extensions with parameters of type EventHandler Modifier and Type Method Description abstract void
ForkChannel. bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, java.nio.channels.ReadableByteChannel stdOut)
Starts a Thread reading the events. -
Uses of EventHandler in org.apache.maven.surefire.extensions.util
Fields in org.apache.maven.surefire.extensions.util declared as EventHandler Modifier and Type Field Description private EventHandler<java.lang.String>
LineConsumerThread. eventHandler
Constructors in org.apache.maven.surefire.extensions.util with parameters of type EventHandler Constructor Description LineConsumerThread(java.lang.String threadName, java.nio.channels.ReadableByteChannel channel, EventHandler<java.lang.String> eventHandler, CountdownCloseable countdownCloseable)
LineConsumerThread(java.lang.String threadName, java.nio.channels.ReadableByteChannel channel, EventHandler<java.lang.String> eventHandler, CountdownCloseable countdownCloseable, java.nio.charset.Charset encoding)
-