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