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 classKnows how to reconstruct *all* the state transmitted over stdout by the forked process.final classThe standard error logger for the error stream of the forked JMV, seeForkStarter.final classThe standard output logger for the output stream of the forked JMV, see org.apache.maven.plugin.surefire.extensions.SurefireForkChannel.final classKnows 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.targetConstructors 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.eventHandlerprivate final EventHandler<Event>SurefireForkChannel.EventBindings.eventHandlerMethods in org.apache.maven.plugin.surefire.extensions with parameters of type EventHandlerModifier and TypeMethodDescriptionvoidLegacyForkChannel.bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, ReadableByteChannel stdOut) voidSurefireForkChannel.bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdown, ReadableByteChannel stdOut) Constructors in org.apache.maven.plugin.surefire.extensions with parameters of type EventHandlerModifierConstructorDescriptionprivateEventBindings(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 voidForkChannel.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.eventHandlerConstructors 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)