org.hudsonci.utils.io
Class Flusher

java.lang.Object
  extended by org.hudsonci.utils.io.Flusher

public class Flusher
extends Object

Quietly flushes Flushable objects.

Since:
2.1.0
Author:
Jason Dillon

Constructor Summary
Flusher()
           
 
Method Summary
static void flush(Flushable... targets)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Flusher

public Flusher()
Method Detail

flush

public static void flush(Flushable... targets)
Parameters:
targets - objects to flush, null is permitted


Copyright © 2004-2011 Hudson. All Rights Reserved.