org.jclouds.blobstore.strategy
Interface ListBlobsInContainer

All Known Implementing Classes:
ListContainerAndRecurseThroughFolders

public interface ListBlobsInContainer

Lists the blobstore.

Author:
Adrian Cole

Method Summary
 Set<? extends BlobMetadata> execute(String containerName, ListContainerOptions options)
           
 

Method Detail

execute

Set<? extends BlobMetadata> execute(String containerName,
                                    ListContainerOptions options)


Copyright © 2009-2012 jclouds. All Rights Reserved.