Package io.airlift.testing
Class Closeables
java.lang.Object
io.airlift.testing.Closeables
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidcloseAll(AutoCloseable... closeables) static voidcloseAllRuntimeException(Closeable... closeables) static <T extends Throwable>
TcloseAllSuppress(T rootCause, AutoCloseable... closeables) static voidcloseQuietly(Closeable... closeables) Deprecated.Usage of this method is discouraged, as it may hide real problems.
-
Method Details
-
closeQuietly
Deprecated.Usage of this method is discouraged, as it may hide real problems. UsecloseAll(Closeable...)instead and, if necessary, suppress exceptions explicitly. -
closeAll
- Throws:
IOException
-
closeAll
- Throws:
Exception
-
closeAllRuntimeException
-
closeAllSuppress
-