Package org.jclouds.util
Class Closeables2
java.lang.Object
org.jclouds.util.Closeables2
Alternative to
Closeables
, which allows jclouds
to avoid guava incompatibility on said class.-
Method Summary
Modifier and TypeMethodDescriptionstatic void
closeQuietly
(Closeable closeable) Closes the closable, swallowing any IOException.
-
Method Details
-
closeQuietly
Closes the closable, swallowing any IOException.
-