Uses of Interface
org.jclouds.Context
-
Packages that use Context Package Description org.jclouds org.jclouds.apis org.jclouds.apis.internal org.jclouds.config 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 Modifier and Type Method Description <C extends Context>
CContextBuilder. build()Builds the base context for this api.<C extends Context>
CContextBuilder. build(com.google.common.reflect.TypeToken<C> contextType)this will build thecontextsupported by the current ApiMetadata.<C extends Context>
CView. unwrap()shortcut forunwrap(getWrappedType())<C extends Context>
CView. 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 Modifier and Type Method Description com.google.common.reflect.TypeToken<? extends Context>ApiMetadata. getContext()Method parameters in org.jclouds.apis with type arguments of type Context Modifier and Type Method Description BApiMetadata.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 Modifier and Type Method Description com.google.common.reflect.TypeToken<? extends Context>BaseApiMetadata. getContext()Method parameters in org.jclouds.apis.internal with type arguments of type Context Modifier and Type Method Description TBaseApiMetadata.Builder. context(com.google.common.reflect.TypeToken<? extends Context> context)Constructor parameters in org.jclouds.apis.internal with type arguments of type Context Constructor Description 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.config
Methods in org.jclouds.config with parameters of type Context Modifier and Type Method Description static com.google.inject.ModuleContextLinking. linkContext(Context context)Method parameters in org.jclouds.config with type arguments of type Context Modifier and Type Method Description static com.google.inject.ModuleContextLinking. linkContext(String id, com.google.common.base.Supplier<Context> context) -
Uses of Context in org.jclouds.internal
Classes in org.jclouds.internal that implement Context Modifier and Type Class Description classContextImplMethods in org.jclouds.internal with type parameters of type Context Modifier and Type Method Description <C extends Context>
CBaseView. unwrap()<C extends Context>
CBaseView. unwrap(com.google.common.reflect.TypeToken<C> type)Methods in org.jclouds.internal that return Context Modifier and Type Method Description protected ContextBaseView. delegate()Methods in org.jclouds.internal that return types with arguments of type Context Modifier and Type Method Description com.google.common.reflect.TypeToken<? extends Context>BaseView. getBackendType()Constructors in org.jclouds.internal with parameters of type Context Constructor Description BaseView(Context backend, com.google.common.reflect.TypeToken<? extends Context> backendType)Constructor parameters in org.jclouds.internal with type arguments of type Context Constructor Description 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 Modifier and Type Method Description static <C extends Context>
Iterable<ProviderMetadata>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 Modifier and Type Method Description 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 <C extends Context>
Iterable<ProviderMetadata>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 Constructor Description 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 Modifier and Type Method Description protected ContextBindProviderMetadataContextAndCredentials. 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 Modifier and Type Method Description protected ContextBindProviderMetadataContextAndCredentials. 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 Modifier and Type Interface Description interfaceApiContext<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 Modifier and Type Class Description classApiContextImpl<A>
-