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 classForkClientKnows how to reconstruct *all* the state transmitted over stdout by the forked process.classNativeStdErrStreamConsumerThe standard error logger for the error stream of the forked JMV, seeForkStarter.classNativeStdOutStreamConsumerThe standard output logger for the output stream of the forked JMV, see org.apache.maven.plugin.surefire.extensions.SurefireForkChannel.classThreadedStreamConsumerKnows 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. targetConstructors 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. eventHandlerprivate EventHandler<Event>SurefireForkChannel.EventBindings. eventHandlerMethods in org.apache.maven.plugin.surefire.extensions with parameters of type EventHandler Modifier and Type Method Description voidLegacyForkChannel. bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, java.nio.channels.ReadableByteChannel stdOut)voidSurefireForkChannel. 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 voidForkChannel. 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. eventHandlerConstructors 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)
-