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 TypeClassDescriptionclassStream reader returns bytes which are finally sent to the forked jvm std-input-stream.classReader stream sends commands to forked jvm std-input-stream.final classDispatches commands without tests.final classAnInputStreamthat, 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 CommandReaderStreamFeeder.commandReaderprivate final CommandReaderSurefireForkChannel.CommandBindings.commandsMethods in org.apache.maven.plugin.surefire.extensions with parameters of type CommandReaderModifier and TypeMethodDescriptionvoidLegacyForkChannel.bindCommandReader(CommandReader commands, WritableByteChannel stdIn) voidSurefireForkChannel.bindCommandReader(CommandReader commands, WritableByteChannel stdIn) Constructors in org.apache.maven.plugin.surefire.extensions with parameters of type CommandReaderModifierConstructorDescriptionprivateCommandBindings(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 voidForkChannel.bindCommandReader(CommandReader commands, WritableByteChannel stdIn) Binds command handler to the channel.