org.jclouds.blobstore.strategy.internal
Class ListContainerAndRecurseThroughFolders

java.lang.Object
  extended by org.jclouds.blobstore.strategy.internal.ListContainerAndRecurseThroughFolders
All Implemented Interfaces:
ListBlobsInContainer

@Singleton
public class ListContainerAndRecurseThroughFolders
extends Object
implements ListBlobsInContainer

Retrieves all blobs in the blobstore by the most efficient means possible.

Author:
Adrian Cole

Field Summary
protected  ListContainerStrategy lister
           
 
Method Summary
 Set<? extends BlobMetadata> execute(String containerName, ListContainerOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lister

protected final ListContainerStrategy lister
Method Detail

execute

public Set<? extends BlobMetadata> execute(String containerName,
                                           ListContainerOptions options)
Specified by:
execute in interface ListBlobsInContainer


Copyright © 2009-2011 jclouds. All Rights Reserved.