org.jclouds.util
Class Closeables2

java.lang.Object
  extended by org.jclouds.util.Closeables2

Deprecated.

@Deprecated
public class Closeables2
extends Object


Method Summary
static void closeQuietly(Closeable closeable)
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

closeQuietly

@Deprecated
public static void closeQuietly(@Nullable
                                           Closeable closeable)
Deprecated. 

Equivalent to calling Closeables.close(closeable, true), but with no IOException in the signature.

Parameters:
closeable - the Closeable object to be closed, or null, in which case this method does nothing


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.