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