Uses of Class
org.jclouds.atmos.domain.DirectoryEntry

Packages that use DirectoryEntry
org.jclouds.atmos   
org.jclouds.atmos.blobstore.functions   
org.jclouds.atmos.domain   
org.jclouds.atmos.functions   
org.jclouds.atmos.xml   
 

Uses of DirectoryEntry in org.jclouds.atmos
 

Methods in org.jclouds.atmos that return types with arguments of type DirectoryEntry
 BoundedSet<? extends DirectoryEntry> AtmosClient.listDirectories(ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> AtmosAsyncClient.listDirectories(ListOptions... options)
           
 BoundedSet<? extends DirectoryEntry> AtmosClient.listDirectory(String directoryName, ListOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<BoundedSet<? extends DirectoryEntry>> AtmosAsyncClient.listDirectory(String directoryName, ListOptions... options)
           
 

Uses of DirectoryEntry in org.jclouds.atmos.blobstore.functions
 

Method parameters in org.jclouds.atmos.blobstore.functions with type arguments of type DirectoryEntry
 PageSet<? extends StorageMetadata> DirectoryEntryListToResourceMetadataList.apply(BoundedSet<? extends DirectoryEntry> from)
           
 

Uses of DirectoryEntry in org.jclouds.atmos.domain
 

Subclasses of DirectoryEntry in org.jclouds.atmos.domain
 class SystemMetadata
          Metadata of a Atmos Online object
 

Methods in org.jclouds.atmos.domain with parameters of type DirectoryEntry
 int DirectoryEntry.compareTo(DirectoryEntry o)
           
 

Uses of DirectoryEntry in org.jclouds.atmos.functions
 

Methods in org.jclouds.atmos.functions that return types with arguments of type DirectoryEntry
 BoundedSet<DirectoryEntry> ParseDirectoryListFromContentAndHeaders.apply(HttpResponse from)
          parses the http response headers to create a new BoundedSet object.
 

Uses of DirectoryEntry in org.jclouds.atmos.xml
 

Methods in org.jclouds.atmos.xml that return types with arguments of type DirectoryEntry
 Set<DirectoryEntry> ListDirectoryResponseHandler.getResult()
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.