org.jclouds.elasticstack.functions
Class MapToNICs
java.lang.Object
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
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 |
MapToNICs
@Inject
public MapToNICs(String apiVersion)
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.