Uses of Class
org.apache.maven.surefire.extensions.util.CountdownCloseable
Packages that use CountdownCloseable
-
Uses of CountdownCloseable in org.apache.maven.surefire.extensions
Methods in org.apache.maven.surefire.extensions with parameters of type CountdownCloseableModifier and TypeMethodDescriptionabstract void
ForkChannel.bindEventHandler
(EventHandler<Event> eventHandler, CountdownCloseable countdownCloseable, ReadableByteChannel stdOut) Starts a Thread reading the events. -
Uses of CountdownCloseable in org.apache.maven.surefire.extensions.util
Constructors in org.apache.maven.surefire.extensions.util with parameters of type CountdownCloseableModifierConstructorDescriptionCommandlineExecutor
(org.apache.maven.surefire.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)