org.jclouds.atmos.blobstore.functions
Class DirectoryEntryListToResourceMetadataList

java.lang.Object
  extended by org.jclouds.atmos.blobstore.functions.DirectoryEntryListToResourceMetadataList
All Implemented Interfaces:
com.google.common.base.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>>

Author:
Adrian Cole

Method Summary
 PageSet<? 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 Detail

apply

public PageSet<? extends StorageMetadata> apply(BoundedSet<? extends DirectoryEntry> from)
Specified by:
apply in interface com.google.common.base.Function<BoundedSet<? extends DirectoryEntry>,PageSet<? extends StorageMetadata>>


Copyright © 2009-2012 jclouds. All Rights Reserved.