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 ListOptions
apply(ListContainerOptions from)
-
-
-
Method Detail
-
apply
public ListOptions apply(ListContainerOptions from)
- Specified by:
apply
in interfacecom.google.common.base.Function<ListContainerOptions,ListOptions>
- Specified by:
apply
in interfaceFunction<ListContainerOptions,ListOptions>
-
-