org.jclouds.elasticstack.functions
Class MapToNICs

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

@Singleton
public class MapToNICs
extends Object
implements com.google.common.base.Function<Map<String,String>,List<NIC>>

Author:
Adrian Cole

Constructor Summary
MapToNICs(String apiVersion)
           
 
Method Summary
 List<NIC> apply(Map<String,String> 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

MapToNICs

@Inject
public MapToNICs(String apiVersion)
Method Detail

apply

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


Copyright © 2009-2011 jclouds. All Rights Reserved.