org.jclouds.openstack.nova.v2_0.functions.internal
Class ParseDiagnostics
java.lang.Object
org.jclouds.openstack.nova.v2_0.functions.internal.ParseDiagnostics
- All Implemented Interfaces:
- com.google.common.base.Function<org.jclouds.http.HttpResponse,com.google.common.base.Optional<Map<String,String>>>
public class ParseDiagnostics
- extends Object
- implements com.google.common.base.Function<org.jclouds.http.HttpResponse,com.google.common.base.Optional<Map<String,String>>>
|
Method Summary |
com.google.common.base.Optional<Map<String,String>> |
apply(org.jclouds.http.HttpResponse response)
|
| 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 |
ParseDiagnostics
@Inject
public ParseDiagnostics(org.jclouds.http.functions.ParseJson<com.google.common.base.Optional<Map<String,String>>> parser)
apply
public com.google.common.base.Optional<Map<String,String>> apply(org.jclouds.http.HttpResponse response)
- Specified by:
apply in interface com.google.common.base.Function<org.jclouds.http.HttpResponse,com.google.common.base.Optional<Map<String,String>>>
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.