Package org.assertj.core.util
Class Closeables
- java.lang.Object
-
- org.assertj.core.util.Closeables
-
public final class Closeables extends java.lang.ObjectUtility methods related toCloseable.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.logging.Loggerlogger
-
Constructor Summary
Constructors Modifier Constructor Description privateCloseables()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static voidcloseCloseable(java.io.Closeable c)static voidcloseQuietly(java.io.Closeable... closeables)Closes the givenCloseables, ignoring any thrown exceptions.
-