org.jclouds.blobstore.util
Class BlobStoreUtils
java.lang.Object
org.jclouds.blobstore.util.BlobStoreUtils
public class BlobStoreUtils
- extends Object
- Author:
- Adrian Cole
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlobStoreUtils
public BlobStoreUtils()
cleanRequest
public static <T> org.jclouds.http.HttpRequest cleanRequest(org.jclouds.http.HttpRequest returnVal)
parseDirectoryFromPath
public static String parseDirectoryFromPath(String path)
getNameFor
public static String getNameFor(org.jclouds.rest.internal.GeneratedHttpRequest request)
createParentIfNeededAsync
public static com.google.common.util.concurrent.ListenableFuture<Void> createParentIfNeededAsync(AsyncBlobStore asyncBlobStore,
String container,
Blob blob)
copy
public static MutableBlobMetadata copy(MutableBlobMetadata in)
copy
public static MutableBlobMetadata copy(MutableBlobMetadata in,
String newKey)
Copyright © 2009-2013 jclouds. All Rights Reserved.