|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Context | |
|---|---|
| org.jclouds | |
| org.jclouds.apis | |
| org.jclouds.apis.internal | |
| org.jclouds.internal | |
| org.jclouds.providers | |
| org.jclouds.providers.config | |
| org.jclouds.rest | |
| org.jclouds.rest.internal | |
| Uses of Context in org.jclouds |
|---|
| Methods in org.jclouds with type parameters of type Context | ||
|---|---|---|
|
ContextBuilder.build()
Builds the base context for this api. |
|
|
ContextBuilder.build(com.google.common.reflect.TypeToken<C> contextType)
this will build the context supported by the current ApiMetadata. |
|
|
View.unwrap()
shortcut for unwrap(getWrappedType()) |
|
|
View.unwrap(com.google.common.reflect.TypeToken<C> type)
Return an object of the specified type to allow access to the backend context. |
|
| Uses of Context in org.jclouds.apis |
|---|
| Methods in org.jclouds.apis that return types with arguments of type Context | |
|---|---|
com.google.common.reflect.TypeToken<? extends Context> |
ApiMetadata.getContext()
|
| Method parameters in org.jclouds.apis with type arguments of type Context | |
|---|---|
B |
ApiMetadata.Builder.context(com.google.common.reflect.TypeToken<? extends Context> context)
|
| Uses of Context in org.jclouds.apis.internal |
|---|
| Methods in org.jclouds.apis.internal that return types with arguments of type Context | |
|---|---|
com.google.common.reflect.TypeToken<? extends Context> |
BaseApiMetadata.getContext()
|
| Method parameters in org.jclouds.apis.internal with type arguments of type Context | |
|---|---|
T |
BaseApiMetadata.Builder.context(com.google.common.reflect.TypeToken<? extends Context> context)
|
| Constructor parameters in org.jclouds.apis.internal with type arguments of type Context | |
|---|---|
BaseApiMetadata(String id,
String name,
Set<com.google.common.reflect.TypeToken<? extends View>> views,
String endpointName,
String identityName,
com.google.common.base.Optional<String> credentialName,
String version,
com.google.common.base.Optional<String> buildVersion,
com.google.common.base.Optional<String> defaultEndpoint,
com.google.common.base.Optional<String> defaultIdentity,
com.google.common.base.Optional<String> defaultCredential,
Properties defaultProperties,
URI documentation,
com.google.common.reflect.TypeToken<? extends Context> context,
Set<Class<? extends com.google.inject.Module>> defaultModules)
|
|
| Uses of Context in org.jclouds.internal |
|---|
| Classes in org.jclouds.internal that implement Context | |
|---|---|
class |
ContextImpl
|
| Methods in org.jclouds.internal with type parameters of type Context | ||
|---|---|---|
|
BaseView.unwrap()
|
|
|
BaseView.unwrap(com.google.common.reflect.TypeToken<C> type)
|
|
| Methods in org.jclouds.internal that return Context | |
|---|---|
protected Context |
BaseView.delegate()
|
| Methods in org.jclouds.internal that return types with arguments of type Context | |
|---|---|
com.google.common.reflect.TypeToken<? extends Context> |
BaseView.getBackendType()
|
| Constructors in org.jclouds.internal with parameters of type Context | |
|---|---|
BaseView(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType)
|
|
| Constructor parameters in org.jclouds.internal with type arguments of type Context | |
|---|---|
BaseView(Context backend,
com.google.common.reflect.TypeToken<? extends Context> backendType)
|
|
| Uses of Context in org.jclouds.providers |
|---|
| Methods in org.jclouds.providers with type parameters of type Context | ||
|---|---|---|
static
|
Providers.contextAssignableFrom(com.google.common.reflect.TypeToken<? extends Context> context)
Returns the providers that are of the provided context. |
|
| Method parameters in org.jclouds.providers with type arguments of type Context | ||
|---|---|---|
static com.google.common.base.Predicate<ProviderMetadata> |
ProviderPredicates.contextAssignableFrom(com.google.common.reflect.TypeToken<? extends Context> type)
Returns all providers with an context assignable from the given type. |
|
static
|
Providers.contextAssignableFrom(com.google.common.reflect.TypeToken<? extends Context> context)
Returns the providers that are of the provided context. |
|
| Constructor parameters in org.jclouds.providers with type arguments of type Context | |
|---|---|
ProviderPredicates.ContextAssignableFrom(com.google.common.reflect.TypeToken<? extends Context> type)
|
|
| Uses of Context in org.jclouds.providers.config |
|---|
| Methods in org.jclouds.providers.config that return Context | |
|---|---|
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 type arguments of type Context | |
|---|---|
protected Context |
BindProviderMetadataContextAndCredentials.backend(com.google.inject.Injector i,
com.google.common.reflect.TypeToken<? extends Context> backendType)
|
| Uses of Context in org.jclouds.rest |
|---|
| Subinterfaces of Context in org.jclouds.rest | |
|---|---|
interface |
RestContext<S,A>
Represents an authenticated context to the cloud. |
| Uses of Context in org.jclouds.rest.internal |
|---|
| Classes in org.jclouds.rest.internal that implement Context | |
|---|---|
class |
RestContextImpl<S,A>
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||