org.jclouds.location.suppliers
Interface RegionIdToURISupplier.Factory

Enclosing interface:
RegionIdToURISupplier

public static interface RegionIdToURISupplier.Factory


Method Summary
 RegionIdToURISupplier createForApiTypeAndVersion(String apiType, String apiVersion)
           
 

Method Detail

createForApiTypeAndVersion

RegionIdToURISupplier createForApiTypeAndVersion(String apiType,
                                                 @Nullable
                                                 String apiVersion)
                                                 throws NoSuchElementException
Parameters:
apiType - type of the api, according to the provider. ex. compute object-store
apiVersion - version of the api, or null if not available
Returns:
regions mapped to default uri
Throws:
NoSuchElementException - if the apiType is not present in the catalog


Copyright © 2009-2013 jclouds. All Rights Reserved.