public class AtmosUtils extends Object
Constructor and Description |
---|
AtmosUtils() |
Modifier and Type | Method and Description |
---|---|
static String |
adjustContainerIfDirOptionPresent(String container,
ListContainerOptions options) |
static void |
deleteAndEnsureGone(AtmosClient sync,
String path) |
AtmosError |
parseAtmosErrorFromContent(HttpCommand command,
HttpResponse response,
InputStream content) |
AtmosError |
parseAtmosErrorFromContent(HttpCommand command,
HttpResponse response,
String content) |
static String |
putBlob(AtmosClient sync,
Crypto crypto,
BlobToObject blob2Object,
String container,
Blob blob,
PutOptions options) |
public AtmosError parseAtmosErrorFromContent(HttpCommand command, HttpResponse response, InputStream content) throws HttpException
HttpException
public static String putBlob(AtmosClient sync, Crypto crypto, BlobToObject blob2Object, String container, Blob blob, PutOptions options)
public static void deleteAndEnsureGone(AtmosClient sync, String path)
public AtmosError parseAtmosErrorFromContent(HttpCommand command, HttpResponse response, String content) throws HttpException
HttpException
public static String adjustContainerIfDirOptionPresent(String container, ListContainerOptions options)
Copyright © 2009-2012 jclouds. All Rights Reserved.