Class BlobStoreListOptionsToListOptions
- java.lang.Object
-
- org.jclouds.atmos.blobstore.functions.BlobStoreListOptionsToListOptions
-
- All Implemented Interfaces:
com.google.common.base.Function<ListContainerOptions,ListOptions>,Function<ListContainerOptions,ListOptions>
@Singleton public class BlobStoreListOptionsToListOptions extends Object implements com.google.common.base.Function<ListContainerOptions,ListOptions>
-
-
Constructor Summary
Constructors Constructor Description BlobStoreListOptionsToListOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListOptionsapply(ListContainerOptions from)
-
-
-
Method Detail
-
apply
public ListOptions apply(ListContainerOptions from)
- Specified by:
applyin interfacecom.google.common.base.Function<ListContainerOptions,ListOptions>- Specified by:
applyin interfaceFunction<ListContainerOptions,ListOptions>
-
-