org.jclouds.blobstore.strategy.internal
Class ListContainerAndRecurseThroughFolders
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lister
protected final ListContainerStrategy lister
execute
public Set<? extends BlobMetadata> execute(String containerName,
ListContainerOptions options)
- Specified by:
execute
in interface ListBlobsInContainer
Copyright © 2009-2011 jclouds. All Rights Reserved.