org.jclouds.filesystem
Class FilesystemAsyncBlobStore.CommonPrefixes
java.lang.Object
org.jclouds.filesystem.FilesystemAsyncBlobStore.CommonPrefixes
- All Implemented Interfaces:
- com.google.common.base.Function<StorageMetadata,String>
- Enclosing class:
- FilesystemAsyncBlobStore
protected static class FilesystemAsyncBlobStore.CommonPrefixes
- extends Object
- implements com.google.common.base.Function<StorageMetadata,String>
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 |
NO_PREFIX
public static final String NO_PREFIX
- See Also:
- Constant Field Values
FilesystemAsyncBlobStore.CommonPrefixes
public FilesystemAsyncBlobStore.CommonPrefixes(String prefix,
String delimiter)
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.