org.jclouds.blobstore.strategy
Interface ContainsValueInListStrategy

All Known Implementing Classes:
FindMD5InBlobProperties, FindMD5InList, FindMD5InUserMetadata

public interface ContainsValueInListStrategy

Determines whether a value exists in the store

Author:
Adrian Cole

Method Summary
 boolean execute(String containerName, Object value, ListContainerOptions options)
           
 

Method Detail

execute

boolean execute(String containerName,
                Object value,
                ListContainerOptions options)


Copyright © 2009-2011 jclouds. All Rights Reserved.