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