Uses of Interface
org.apache.maven.surefire.extensions.EventHandler
Packages that use EventHandler
Package
Description
-
Uses of EventHandler in org.apache.maven.plugin.surefire.booterclient.output
Classes in org.apache.maven.plugin.surefire.booterclient.output that implement EventHandlerModifier and TypeClassDescriptionfinal class
Knows how to reconstruct *all* the state transmitted over stdout by the forked process.final class
The standard error logger for the error stream of the forked JMV, seeForkStarter
.final class
The standard output logger for the output stream of the forked JMV, see org.apache.maven.plugin.surefire.extensions.SurefireForkChannel.final class
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 EventHandlerModifier and TypeFieldDescriptionprivate final EventHandler<Event>
ThreadedStreamConsumer.Pumper.target
Constructors in org.apache.maven.plugin.surefire.booterclient.output with parameters of type EventHandlerModifierConstructorDescription(package private)
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 EventHandlerModifier and TypeFieldDescriptionprivate final EventHandler<Event>
EventConsumerThread.eventHandler
private final EventHandler<Event>
SurefireForkChannel.EventBindings.eventHandler
Methods in org.apache.maven.plugin.surefire.extensions with parameters of type EventHandlerModifier and TypeMethodDescriptionvoid
LegacyForkChannel.bindEventHandler
(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, ReadableByteChannel stdOut) void
SurefireForkChannel.bindEventHandler
(EventHandler<Event> eventHandler, CountdownCloseable countdown, ReadableByteChannel stdOut) Constructors in org.apache.maven.plugin.surefire.extensions with parameters of type EventHandlerModifierConstructorDescriptionprivate
EventBindings
(EventHandler<Event> eventHandler, CountdownCloseable countdown) EventConsumerThread
(String threadName, 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 EventHandlerModifier and TypeMethodDescriptionabstract void
ForkChannel.bindEventHandler
(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, 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 EventHandlerModifier and TypeFieldDescriptionprivate final EventHandler<String>
LineConsumerThread.eventHandler
Constructors in org.apache.maven.surefire.extensions.util with parameters of type EventHandlerModifierConstructorDescriptionLineConsumerThread
(String threadName, ReadableByteChannel channel, EventHandler<String> eventHandler, CountdownCloseable countdownCloseable) LineConsumerThread
(String threadName, ReadableByteChannel channel, EventHandler<String> eventHandler, CountdownCloseable countdownCloseable, Charset encoding)