Class AbstractCommandReader
java.lang.Object
org.apache.maven.plugin.surefire.booterclient.lazytestprovider.AbstractCommandReader
- All Implemented Interfaces:
Closeable, AutoCloseable, NotifiableTestStream, org.apache.maven.surefire.extensions.CommandReader
- Direct Known Subclasses:
DefaultCommandReader
public abstract class AbstractCommandReader
extends Object
implements org.apache.maven.surefire.extensions.CommandReader, NotifiableTestStream, Closeable
Stream reader returns bytes which are finally sent to the forked jvm std-input-stream.
Physical implementation of command sender:
Instance of
Instance of
AbstractCommandReader (namely TestLessInputStream or TestProvidingInputStream).- Since:
- 2.19
- Author:
- Tibor Digana (tibor17)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.maven.surefire.extensions.CommandReader
close, isClosed, readNextCommandMethods inherited from interface NotifiableTestStream
acknowledgeByeEventReceived, noop, provideNewTest, shutdown, skipSinceNextTest
-
Constructor Details
-
AbstractCommandReader
public AbstractCommandReader()
-