org.jclouds.blobstore
Class LocalAsyncBlobStore.DelimiterFilter

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

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


Constructor Summary
LocalAsyncBlobStore.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

LocalAsyncBlobStore.DelimiterFilter

public LocalAsyncBlobStore.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-2013 jclouds. All Rights Reserved.