org.fest.util
Class Closeables

java.lang.Object
  extended by org.fest.util.Closeables

public final class Closeables
extends Object

Understands utility methods related to Closeable.

Author:
Yvonne Wang

Method Summary
static void close(Closeable... closeables)
          Closes the given Closeables, ignoring any thrown exceptions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public static void close(Closeable... closeables)
Closes the given Closeables, ignoring any thrown exceptions.

Parameters:
closeables - the Closeables to close.


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