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:
 applyin interfacecom.google.common.base.Function<Map<String,String>,StandardDrive>- Specified by:
 applyin interfaceFunction<Map<String,String>,StandardDrive>
 
 - 
 
 -