public class AtmosUtils extends Object
| Constructor and Description |
|---|
AtmosUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
adjustContainerIfDirOptionPresent(String container,
org.jclouds.blobstore.options.ListContainerOptions options) |
static void |
deletePathAndEnsureGone(AtmosClient sync,
String path) |
AtmosError |
parseAtmosErrorFromContent(org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
InputStream content) |
AtmosError |
parseAtmosErrorFromContent(org.jclouds.http.HttpCommand command,
org.jclouds.http.HttpResponse response,
String content) |
static String |
putBlob(AtmosClient sync,
org.jclouds.crypto.Crypto crypto,
BlobToObject blob2Object,
String container,
org.jclouds.blobstore.domain.Blob blob,
PutOptions options) |
public AtmosError parseAtmosErrorFromContent(org.jclouds.http.HttpCommand command, org.jclouds.http.HttpResponse response, InputStream content) throws org.jclouds.http.HttpException
org.jclouds.http.HttpExceptionpublic static String putBlob(AtmosClient sync, org.jclouds.crypto.Crypto crypto, BlobToObject blob2Object, String container, org.jclouds.blobstore.domain.Blob blob, PutOptions options)
public static void deletePathAndEnsureGone(AtmosClient sync, String path)
public AtmosError parseAtmosErrorFromContent(org.jclouds.http.HttpCommand command, org.jclouds.http.HttpResponse response, String content) throws org.jclouds.http.HttpException
org.jclouds.http.HttpExceptionCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.