org.jclouds.blobstore
Class TransientAsyncBlobStore.CommonPrefixes

java.lang.Object
  extended by org.jclouds.blobstore.TransientAsyncBlobStore.CommonPrefixes
All Implemented Interfaces:
com.google.common.base.Function<StorageMetadata,String>
Enclosing class:
TransientAsyncBlobStore

protected static class TransientAsyncBlobStore.CommonPrefixes
extends Object
implements com.google.common.base.Function<StorageMetadata,String>


Field Summary
static String NO_PREFIX
           
 
Constructor Summary
TransientAsyncBlobStore.CommonPrefixes(String prefix, String delimiter)
           
 
Method Summary
 String 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.Function
equals
 

Field Detail

NO_PREFIX

public static final String NO_PREFIX
See Also:
Constant Field Values
Constructor Detail

TransientAsyncBlobStore.CommonPrefixes

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

apply

public String apply(StorageMetadata metadata)
Specified by:
apply in interface com.google.common.base.Function<StorageMetadata,String>


Copyright © 2009-2011 jclouds. All Rights Reserved.