org.fest.util
Class Flushables

java.lang.Object
  extended by 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 Flushables, ignoring any thrown exceptions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

flush

public static void flush(Flushable... flushables)
Flushes the given Flushables, ignoring any thrown exceptions.

Parameters:
flushables - the Flushables to flush.


Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.