Uses of Interface
org.apache.maven.surefire.extensions.CommandReader
Packages that use CommandReader
Package
Description
-
Uses of CommandReader in org.apache.maven.plugin.surefire.booterclient.lazytestprovider
Classes in org.apache.maven.plugin.surefire.booterclient.lazytestprovider that implement CommandReaderModifier and TypeClassDescriptionclass
Stream reader returns bytes which are finally sent to the forked jvm std-input-stream.class
Reader stream sends commands to forked jvm std-input-stream
.final class
Dispatches commands without tests.final class
AnInputStream
that, when read, provides test class names out of a queue. -
Uses of CommandReader in org.apache.maven.plugin.surefire.extensions
Fields in org.apache.maven.plugin.surefire.extensions declared as CommandReaderModifier and TypeFieldDescriptionprivate final CommandReader
StreamFeeder.commandReader
private final CommandReader
SurefireForkChannel.CommandBindings.commands
Methods in org.apache.maven.plugin.surefire.extensions with parameters of type CommandReaderModifier and TypeMethodDescriptionvoid
LegacyForkChannel.bindCommandReader
(CommandReader commands, WritableByteChannel stdIn) void
SurefireForkChannel.bindCommandReader
(CommandReader commands, WritableByteChannel stdIn) Constructors in org.apache.maven.plugin.surefire.extensions with parameters of type CommandReaderModifierConstructorDescriptionprivate
CommandBindings
(CommandReader commands) StreamFeeder
(String threadName, WritableByteChannel channel, CommandReader commandReader, ConsoleLogger logger) -
Uses of CommandReader in org.apache.maven.surefire.extensions
Methods in org.apache.maven.surefire.extensions with parameters of type CommandReaderModifier and TypeMethodDescriptionabstract void
ForkChannel.bindCommandReader
(CommandReader commands, WritableByteChannel stdIn) Binds command handler to the channel.