org.fest.util
Class Flushables
java.lang.Object
org.fest.util.Flushables
public class Flushables
- extends Object
Understands utility methods related to Flushable
.
- Author:
- Yvonne Wang
Method Summary |
static void |
flush(Flushable... flushables)
Flushes the given Flushable s, ignoring any thrown exceptions. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
flush
public static void flush(Flushable... flushables)
- Flushes the given
Flushable
s, ignoring any thrown exceptions.
- Parameters:
flushables
- the Flushable
s to flush.
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.