org.apache.maven.plugin.surefire.booterclient.lazytestprovider
Interface FlushReceiver


public interface FlushReceiver

Something that can be flushed.

Author:
Andreas Gudian

Method Summary
 void flush()
          Performs a flush, releasing any buffered resources.
 

Method Detail

flush

void flush()
           throws IOException
Performs a flush, releasing any buffered resources.

Throws:
IOException - in case the flush operation failed


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.