org.jclouds.elasticstack.functions
Class DriveDataToMap

java.lang.Object
  extended by org.jclouds.elasticstack.functions.DriveDataToMap
All Implemented Interfaces:
com.google.common.base.Function<DriveData,Map<String,String>>

@Singleton
public class DriveDataToMap
extends Object
implements com.google.common.base.Function<DriveData,Map<String,String>>

Author:
Adrian Cole

Constructor Summary
DriveDataToMap(BaseDriveToMap baseDriveToMap)
           
 
Method Summary
 Map<String,String> apply(DriveData from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Constructor Detail

DriveDataToMap

@Inject
public DriveDataToMap(BaseDriveToMap baseDriveToMap)
Method Detail

apply

public Map<String,String> apply(DriveData from)
Specified by:
apply in interface com.google.common.base.Function<DriveData,Map<String,String>>


Copyright © 2009-2012 jclouds. All Rights Reserved.