Package org.jclouds.util
Class Closeables2
- java.lang.Object
-
- org.jclouds.util.Closeables2
-
@Beta public final class Closeables2 extends Object
Alternative toCloseables
, which allows jclouds to avoid guava incompatibility on said class.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
closeQuietly(Closeable closeable)
Closes the closable, swallowing any IOException.
-
-
-
Method Detail
-
closeQuietly
public static void closeQuietly(@Nullable Closeable closeable)
Closes the closable, swallowing any IOException.
-
-