Class DirectoryEntryListToResourceMetadataList
java.lang.Object
org.jclouds.atmos.blobstore.functions.DirectoryEntryListToResourceMetadataList
- All Implemented Interfaces:
com.google.common.base.Function<BoundedSet<? extends DirectoryEntry>,
,PageSet<? extends StorageMetadata>> Function<BoundedSet<? extends DirectoryEntry>,
PageSet<? extends StorageMetadata>>
@Singleton
public class DirectoryEntryListToResourceMetadataList
extends Object
implements com.google.common.base.Function<BoundedSet<? extends DirectoryEntry>,PageSet<? extends StorageMetadata>>
-
Method Summary
Modifier and TypeMethodDescriptionPageSet
<? extends StorageMetadata> apply
(BoundedSet<? extends DirectoryEntry> from) 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
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<BoundedSet<? extends DirectoryEntry>,
PageSet<? extends StorageMetadata>> - Specified by:
apply
in interfaceFunction<BoundedSet<? extends DirectoryEntry>,
PageSet<? extends StorageMetadata>>
-