Class OutputStreamFlushableCommandline.OutputStreamFlushReceiver
- java.lang.Object
-
- org.apache.maven.plugin.surefire.booterclient.lazytestprovider.OutputStreamFlushableCommandline.OutputStreamFlushReceiver
-
- All Implemented Interfaces:
FlushReceiver
- Enclosing class:
- OutputStreamFlushableCommandline
private final class OutputStreamFlushableCommandline.OutputStreamFlushReceiver extends java.lang.Object implements FlushReceiver
Wraps an output stream in order to delegate a flush.
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.OutputStreamoutputStream
-
Constructor Summary
Constructors Modifier Constructor Description privateOutputStreamFlushReceiver(java.io.OutputStream outputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidflush()Performs a flush, releasing any buffered resources.
-
-
-
Method Detail
-
flush
public void flush() throws java.io.IOExceptionDescription copied from interface:FlushReceiverPerforms a flush, releasing any buffered resources.- Specified by:
flushin interfaceFlushReceiver- Throws:
java.io.IOException- in case the flush operation failed
-
-