org.jclouds.azureblob.blobstore.strategy
Class FindMD5InBlobProperties

java.lang.Object
  extended by org.jclouds.azureblob.blobstore.strategy.FindMD5InBlobProperties
All Implemented Interfaces:
ContainsValueInListStrategy

@Singleton
public class FindMD5InBlobProperties
extends Object
implements ContainsValueInListStrategy

Searches Content-MD5 tag for the value associated with the value

Author:
Adrian Cole

Field Summary
protected  ListBlobsInContainer getAllBlobMetadata
           
protected  ObjectMD5 objectMD5
           
 
Method Summary
 boolean execute(String containerName, Object value, ListContainerOptions options)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

objectMD5

protected final ObjectMD5 objectMD5

getAllBlobMetadata

protected final ListBlobsInContainer getAllBlobMetadata
Method Detail

execute

public boolean execute(String containerName,
                       Object value,
                       ListContainerOptions options)
Specified by:
execute in interface ContainsValueInListStrategy


Copyright © 2009-2011 jclouds. All Rights Reserved.