Class TestLessInputStream.TestLessInputStreamBuilder
- java.lang.Object
-
- org.apache.maven.plugin.surefire.booterclient.lazytestprovider.TestLessInputStream.TestLessInputStreamBuilder
-
- Enclosing class:
- TestLessInputStream
public static final class TestLessInputStream.TestLessInputStreamBuilder extends java.lang.ObjectBuildsstreams, registers cachable commands and provides accessible API to dispatch immediate commands to all atomically alive streams.
-
-
Constructor Summary
Constructors Constructor Description TestLessInputStreamBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestLessInputStreambuild()NotifiableTestStreamgetCachableCommands()NotifiableTestStreamgetImmediateCommands()voidremoveStream(TestLessInputStream is)
-
-
-
Method Detail
-
build
public TestLessInputStream build()
-
removeStream
public void removeStream(TestLessInputStream is)
-
getImmediateCommands
public NotifiableTestStream getImmediateCommands()
-
getCachableCommands
public NotifiableTestStream getCachableCommands()
-
-