Uses of Interface
org.jclouds.atmos.domain.AtmosObject
- 
Packages that use AtmosObject Package Description org.jclouds.atmos org.jclouds.atmos.blobstore.functions org.jclouds.atmos.domain org.jclouds.atmos.domain.internal org.jclouds.atmos.functions  - 
- 
Uses of AtmosObject in org.jclouds.atmos
Methods in org.jclouds.atmos that return AtmosObject Modifier and Type Method Description AtmosObjectAtmosClient. headFile(String path)AtmosObjectAtmosClient. newObject()AtmosObjectAtmosClient. readFile(String path, GetOptions... options)Methods in org.jclouds.atmos with parameters of type AtmosObject Modifier and Type Method Description URIAtmosClient. createFile(String parent, AtmosObject object, PutOptions... options)voidAtmosClient. updateFile(String parent, AtmosObject object, PutOptions... options) - 
Uses of AtmosObject in org.jclouds.atmos.blobstore.functions
Methods in org.jclouds.atmos.blobstore.functions that return AtmosObject Modifier and Type Method Description AtmosObjectBlobMetadataToObject. apply(BlobMetadata from)AtmosObjectBlobToObject. apply(Blob from)Methods in org.jclouds.atmos.blobstore.functions with parameters of type AtmosObject Modifier and Type Method Description BlobObjectToBlob. apply(AtmosObject from)MutableBlobMetadataObjectToBlobMetadata. apply(AtmosObject from) - 
Uses of AtmosObject in org.jclouds.atmos.domain
Methods in org.jclouds.atmos.domain that return AtmosObject Modifier and Type Method Description AtmosObjectAtmosObject.Factory. create(MutableContentMetadata contentMetadata)AtmosObjectAtmosObject.Factory. create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)AtmosObjectAtmosObject.Factory. create(SystemMetadata systemMetadata, UserMetadata userMetadata) - 
Uses of AtmosObject in org.jclouds.atmos.domain.internal
Classes in org.jclouds.atmos.domain.internal that implement AtmosObject Modifier and Type Class Description classAtmosObjectImplDefault Implementation ofAtmosObject.Methods in org.jclouds.atmos.domain.internal that return AtmosObject Modifier and Type Method Description AtmosObjectAtmosObjectImpl.AtmosObjectFactory. create(MutableContentMetadata contentMetadata)AtmosObjectAtmosObjectImpl.AtmosObjectFactory. create(MutableContentMetadata contentMetadata, SystemMetadata systemMetadata, UserMetadata userMetadata)AtmosObjectAtmosObjectImpl.AtmosObjectFactory. create(SystemMetadata systemMetadata, UserMetadata userMetadata)Methods in org.jclouds.atmos.domain.internal with parameters of type AtmosObject Modifier and Type Method Description intAtmosObjectImpl. compareTo(AtmosObject o) - 
Uses of AtmosObject in org.jclouds.atmos.functions
Methods in org.jclouds.atmos.functions that return AtmosObject Modifier and Type Method Description AtmosObjectParseObjectFromHeadersAndHttpContent. apply(HttpResponse from)First, callsParseSystemAndUserMetadataFromHeaders. 
 -