org.jclouds.openstack.keystone.v2_0.suppliers
Interface LocationIdToURIFromAccessForTypeAndVersion.Factory

Enclosing class:
LocationIdToURIFromAccessForTypeAndVersion

public static interface LocationIdToURIFromAccessForTypeAndVersion.Factory


Method Summary
 LocationIdToURIFromAccessForTypeAndVersion createForApiTypeAndVersion(String apiType, String apiVersion)
           
 

Method Detail

createForApiTypeAndVersion

LocationIdToURIFromAccessForTypeAndVersion 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:
locations mapped to default uri
Throws:
NoSuchElementException - if the apiType is not present in the catalog


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