org.jclouds.cloudsigma.functions
Class MapToNICs

java.lang.Object
  extended by org.jclouds.cloudsigma.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()
           
 
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

public MapToNICs()
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-2012 jclouds. All Rights Reserved.