public class ResourceUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
closeQuietly(java.lang.AutoCloseable... elements) |
static void |
closeQuietly(java.lang.AutoCloseable autoCloseable) |
static void |
closeQuietly(java.lang.Iterable<? extends java.lang.AutoCloseable> elements) |
static void |
closeQuietlyIfAutoCloseable(java.lang.Iterable<?> elements) |
static void |
closeQuietlyIfAutoCloseable(java.lang.Object... elements) |
static void |
closeQuietlyIfAutoCloseable(java.lang.Object autoCloseable) |
public static void closeQuietlyIfAutoCloseable(@Nullable
java.lang.Object autoCloseable)
public static void closeQuietly(@Nullable
java.lang.AutoCloseable autoCloseable)
public static void closeQuietlyIfAutoCloseable(@Nullable
java.lang.Iterable<?> elements)
public static void closeQuietly(@Nullable
java.lang.Iterable<? extends java.lang.AutoCloseable> elements)
public static void closeQuietlyIfAutoCloseable(@Nullable
java.lang.Object... elements)
public static void closeQuietly(@Nullable
java.lang.AutoCloseable... elements)
Copyright © 2013 echocat. All Rights Reserved.