Class ParseKeyPairs
java.lang.Object
org.jclouds.openstack.nova.v2_0.functions.internal.ParseKeyPairs
- All Implemented Interfaces:
 com.google.common.base.Function<HttpResponse,,com.google.common.collect.FluentIterable<? extends KeyPair>> Function<HttpResponse,com.google.common.collect.FluentIterable<? extends KeyPair>> 
@Singleton
public class ParseKeyPairs
extends Object
implements com.google.common.base.Function<HttpResponse,com.google.common.collect.FluentIterable<? extends KeyPair>> 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.FluentIterable<? extends KeyPair> apply(HttpResponse response) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals 
- 
Constructor Details
- 
ParseKeyPairs
 
 - 
 - 
Method Details
- 
apply
- Specified by:
 applyin interfacecom.google.common.base.Function<HttpResponse,com.google.common.collect.FluentIterable<? extends KeyPair>> - Specified by:
 applyin interfaceFunction<HttpResponse,com.google.common.collect.FluentIterable<? extends KeyPair>> 
 
 -