Class AbstractCommandReader
java.lang.Object
org.apache.maven.plugin.surefire.booterclient.lazytestprovider.AbstractCommandReader
- All Implemented Interfaces:
Closeable,AutoCloseable,NotifiableTestStream,CommandReader
- Direct Known Subclasses:
DefaultCommandReader
public abstract class AbstractCommandReader
extends Object
implements 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 java.lang.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 org.apache.maven.plugin.surefire.booterclient.lazytestprovider.NotifiableTestStream
acknowledgeByeEventReceived, noop, provideNewTest, shutdown, skipSinceNextTest
-
Constructor Details
-
AbstractCommandReader
public AbstractCommandReader()
-