Uses of Class
org.jclouds.location.Provider

Packages that use Provider
org.jclouds.http.filters   
org.jclouds.internal   
org.jclouds.location.config   
org.jclouds.location.functions   
org.jclouds.location.suppliers.all   
org.jclouds.location.suppliers.fromconfig   
org.jclouds.location.suppliers.implicit   
org.jclouds.providers.config   
org.jclouds.rest.internal   
 

Uses of Provider in org.jclouds.http.filters
 

Constructor parameters in org.jclouds.http.filters with annotations of type Provider
BasicAuthentication(com.google.common.base.Supplier<Credentials> creds)
           
 

Uses of Provider in org.jclouds.internal
 

Constructor parameters in org.jclouds.internal with annotations of type Provider
BaseView(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType)
           
BaseView(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType)
           
ContextImpl(String name, ProviderMetadata providerMetadata, com.google.common.base.Supplier<Credentials> creds, Utils utils, Closer closer)
           
 

Uses of Provider in org.jclouds.location.config
 

Methods in org.jclouds.location.config with annotations of type Provider
protected  com.google.common.base.Supplier<URI> LocationModule.provideProvider(AtomicReference<AuthorizationException> authException, long seconds, ProviderURISupplier uncached)
           
 

Uses of Provider in org.jclouds.location.functions
 

Constructor parameters in org.jclouds.location.functions with annotations of type Provider
RegionToEndpointOrProviderIfNull(String defaultProvider, com.google.common.base.Supplier<URI> defaultUri, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionToEndpointSupplier)
           
RegionToEndpointOrProviderIfNull(String defaultProvider, com.google.common.base.Supplier<URI> defaultUri, com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> regionToEndpointSupplier)
           
 

Uses of Provider in org.jclouds.location.suppliers.all
 

Constructor parameters in org.jclouds.location.suppliers.all with annotations of type Provider
JustProvider(String providerName, com.google.common.base.Supplier<URI> endpointSupplier, Set<String> isoCodesSupplier)
           
JustProvider(String providerName, com.google.common.base.Supplier<URI> endpointSupplier, Set<String> isoCodesSupplier)
           
 

Uses of Provider in org.jclouds.location.suppliers.fromconfig
 

Constructor parameters in org.jclouds.location.suppliers.fromconfig with annotations of type Provider
LocationIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> locationIds, String configPrefix)
           
RegionIdsFromConfiguration(ValueOfConfigurationKeyOrNull config, String provider)
           
RegionIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> regionIds)
           
RegionIdToZoneIdsFromConfiguration(ValueOfConfigurationKeyOrNull config, String provider, com.google.common.base.Supplier<Set<String>> regionsSupplier)
           
SplitConfigurationKey(ValueOfConfigurationKeyOrNull config, String provider, String configKey)
           
ZoneIdsFromConfiguration(ValueOfConfigurationKeyOrNull config, String provider)
           
ZoneIdToURIFromConfigurationOrDefaultToProvider(ValueOfConfigurationKeyOrNull config, com.google.common.base.Supplier<URI> providerURI, com.google.common.base.Supplier<Set<String>> zoneIds)
           
 

Uses of Provider in org.jclouds.location.suppliers.implicit
 

Constructor parameters in org.jclouds.location.suppliers.implicit with annotations of type Provider
GetRegionIdMatchingProviderURIOrNull(com.google.common.base.Supplier<Map<String,com.google.common.base.Supplier<URI>>> supplier, com.google.common.base.Supplier<URI> providerUri)
           
 

Uses of Provider in org.jclouds.providers.config
 

Methods in org.jclouds.providers.config with annotations of type Provider
protected  Context BindProviderMetadataContextAndCredentials.backend(com.google.inject.Injector i, com.google.common.reflect.TypeToken<? extends Context> backendType)
           
 

Method parameters in org.jclouds.providers.config with annotations of type Provider
protected  Context BindProviderMetadataContextAndCredentials.backend(com.google.inject.Injector i, com.google.common.reflect.TypeToken<? extends Context> backendType)
           
 

Uses of Provider in org.jclouds.rest.internal
 

Constructor parameters in org.jclouds.rest.internal with annotations of type Provider
RestContextImpl(String name, ProviderMetadata providerMetadata, com.google.common.base.Supplier<Credentials> creds, Utils utils, Closer closer, com.google.inject.Injector injector, com.google.inject.TypeLiteral<S> syncApi, com.google.inject.TypeLiteral<A> asyncApi)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.