Class ParseDatabaseListForUser
- java.lang.Object
-
- org.jclouds.openstack.trove.v1.functions.ParseDatabaseListForUser
-
- All Implemented Interfaces:
com.google.common.base.Function<HttpResponse,com.google.common.collect.FluentIterable<String>>
,Function<HttpResponse,com.google.common.collect.FluentIterable<String>>
public class ParseDatabaseListForUser extends Object implements com.google.common.base.Function<HttpResponse,com.google.common.collect.FluentIterable<String>>
This parses the list of databases
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.common.collect.FluentIterable<String>
apply(HttpResponse from)
Parses the database list from the json response
-
-
-
Method Detail
-
apply
public com.google.common.collect.FluentIterable<String> apply(HttpResponse from)
Parses the database list from the json response- Specified by:
apply
in interfacecom.google.common.base.Function<HttpResponse,com.google.common.collect.FluentIterable<String>>
- Specified by:
apply
in interfaceFunction<HttpResponse,com.google.common.collect.FluentIterable<String>>
-
-