org.jclouds.elasticstack.functions
Class ServerToMap

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

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

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Constructor Summary
ServerToMap(String apiVersion)
           
 
Method Summary
 Map<String,String> apply(Server 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
 

Field Detail

logger

protected Logger logger
Constructor Detail

ServerToMap

@Inject
public ServerToMap(String apiVersion)
Method Detail

apply

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


Copyright © 2009-2011 jclouds. All Rights Reserved.