org.jclouds.blobstore
Class TransientAsyncBlobStore.DelimiterFilter

java.lang.Object
  extended by org.jclouds.blobstore.TransientAsyncBlobStore.DelimiterFilter
All Implemented Interfaces:
com.google.common.base.Predicate<StorageMetadata>
Enclosing class:
TransientAsyncBlobStore

protected static class TransientAsyncBlobStore.DelimiterFilter
extends Object
implements com.google.common.base.Predicate<StorageMetadata>


Constructor Summary
TransientAsyncBlobStore.DelimiterFilter(String prefix, String delimiter)
           
 
Method Summary
 boolean apply(StorageMetadata metadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

TransientAsyncBlobStore.DelimiterFilter

public TransientAsyncBlobStore.DelimiterFilter(String prefix,
                                               String delimiter)
Method Detail

apply

public boolean apply(StorageMetadata metadata)
Specified by:
apply in interface com.google.common.base.Predicate<StorageMetadata>


Copyright © 2009-2012 jclouds. All Rights Reserved.