Uses of Class
org.apache.maven.surefire.extensions.util.CountdownCloseable
Packages that use CountdownCloseable
Package
Description
-
Uses of CountdownCloseable in org.apache.maven.plugin.surefire.booterclient
Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type CountdownCloseableModifier and TypeMethodDescriptionprivate static StoppableForkStarter.bindErrorStream(int forkNumber, CountdownCloseable countdownCloseable, CommandlineStreams streams, Object errorStreamLock) -
Uses of CountdownCloseable in org.apache.maven.plugin.surefire.extensions
Fields in org.apache.maven.plugin.surefire.extensions declared as CountdownCloseableModifier and TypeFieldDescriptionprivate final CountdownCloseableSurefireForkChannel.EventBindings.countdownprivate final CountdownCloseableEventConsumerThread.countdownCloseableMethods in org.apache.maven.plugin.surefire.extensions with parameters of type CountdownCloseableModifier 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 CountdownCloseableModifierConstructorDescriptionprivateEventBindings(EventHandler<Event> eventHandler, CountdownCloseable countdown) EventConsumerThread(String threadName, ReadableByteChannel channel, EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, ForkNodeArguments arguments) -
Uses of CountdownCloseable in org.apache.maven.surefire.extensions
Methods in org.apache.maven.surefire.extensions with parameters of type CountdownCloseableModifier and TypeMethodDescriptionabstract voidForkChannel.bindEventHandler(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, ReadableByteChannel stdOut) Starts a Thread reading the events. -
Uses of CountdownCloseable in org.apache.maven.surefire.extensions.util
Fields in org.apache.maven.surefire.extensions.util declared as CountdownCloseableModifier and TypeFieldDescriptionprivate final CountdownCloseableLineConsumerThread.countdownCloseableprivate final CountdownCloseableCommandlineExecutor.endOfStreamsCountdownConstructors in org.apache.maven.surefire.extensions.util with parameters of type CountdownCloseableModifierConstructorDescriptionCommandlineExecutor(org.apache.maven.shared.utils.cli.Commandline cli, CountdownCloseable endOfStreamsCountdown) LineConsumerThread(String threadName, ReadableByteChannel channel, EventHandler<String> eventHandler, CountdownCloseable countdownCloseable) LineConsumerThread(String threadName, ReadableByteChannel channel, EventHandler<String> eventHandler, CountdownCloseable countdownCloseable, Charset encoding)