Package hudson.plugins.ec2.util
Class Closeables
java.lang.Object
hudson.plugins.ec2.util.Closeables
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
closeQuietly
(Closeable closeable) Quietly close aCloseable
, logging anyIOException
s instead of throwing them.
-
Constructor Details
-
Closeables
public Closeables()
-
-
Method Details
-
closeQuietly
Quietly close aCloseable
, logging anyIOException
s instead of throwing them.- Parameters:
closeable
- TheCloseable
to close quietly. Ifnull
, then this method is a no-op.
-