Class MapToStandardDrive
- java.lang.Object
-
- org.jclouds.elasticstack.functions.MapToStandardDrive
-
- All Implemented Interfaces:
com.google.common.base.Function<Map<String,String>,StandardDrive>
,Function<Map<String,String>,StandardDrive>
@Singleton public class MapToStandardDrive extends Object implements com.google.common.base.Function<Map<String,String>,StandardDrive>
-
-
Constructor Summary
Constructors Constructor Description MapToStandardDrive()
-
-
-
Field Detail
-
logger
protected Logger logger
-
-
Method Detail
-
apply
public StandardDrive apply(Map<String,String> from)
- Specified by:
apply
in interfacecom.google.common.base.Function<Map<String,String>,StandardDrive>
- Specified by:
apply
in interfaceFunction<Map<String,String>,StandardDrive>
-
-