org.jclouds.openstack.keystone.v2_0.suppliers
Class RegionIdToURIFromAccessForTypeAndVersionSupplier

java.lang.Object
  extended by org.jclouds.openstack.keystone.v2_0.suppliers.RegionIdToURIFromAccessForTypeAndVersionSupplier
All Implemented Interfaces:
com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>>, RegionIdToURISupplier

@Singleton
public class RegionIdToURIFromAccessForTypeAndVersionSupplier
extends Object
implements RegionIdToURISupplier


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jclouds.location.suppliers.RegionIdToURISupplier
RegionIdToURISupplier.Factory
 
Constructor Summary
RegionIdToURIFromAccessForTypeAndVersionSupplier(com.google.common.base.Supplier<Access> access, EndpointToSupplierURI endpointToSupplierURI, EndpointToRegion endpointToRegion, String apiType, String apiVersion)
           
 
Method Summary
 Map<String,com.google.common.base.Supplier<URI>> get()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RegionIdToURIFromAccessForTypeAndVersionSupplier

@Inject
public RegionIdToURIFromAccessForTypeAndVersionSupplier(com.google.common.base.Supplier<Access> access,
                                                               EndpointToSupplierURI endpointToSupplierURI,
                                                               EndpointToRegion endpointToRegion,
                                                               String apiType,
                                                               String apiVersion)
Method Detail

get

public Map<String,com.google.common.base.Supplier<URI>> get()
Specified by:
get in interface com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.