org.hudsonci.utils.io
Class Flusher
java.lang.Object
org.hudsonci.utils.io.Flusher
public class Flusher
- extends Object
Quietly flushes Flushable objects.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Flusher
public Flusher()
flush
public static void flush(Flushable... targets)
- Parameters:
targets - objects to flush, null is permitted
Copyright © 2004-2012 Hudson. All Rights Reserved.