org.jclouds.openstack.trove.v1.functions
Class ParseDatabaseListForUser

java.lang.Object
  extended by org.jclouds.openstack.trove.v1.functions.ParseDatabaseListForUser
All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.http.HttpResponse,com.google.common.collect.FluentIterable<String>>

public class ParseDatabaseListForUser
extends Object
implements com.google.common.base.Function<org.jclouds.http.HttpResponse,com.google.common.collect.FluentIterable<String>>

This parses the list of databases


Method Summary
 com.google.common.collect.FluentIterable<String> apply(org.jclouds.http.HttpResponse from)
          Parses the database list from the json 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
 

Method Detail

apply

public com.google.common.collect.FluentIterable<String> apply(org.jclouds.http.HttpResponse from)
Parses the database list from the json response

Specified by:
apply in interface com.google.common.base.Function<org.jclouds.http.HttpResponse,com.google.common.collect.FluentIterable<String>>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.