This project has retired. For details please refer to its
Attic page.
Closeables2 (Apache jclouds 1.7.3 API)
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
-
Method Summary
Methods
Modifier and Type |
Method and Description |
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
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.