.10.10:5000/v2.0") .credentials(user, pass) .buildApi(NovaApi.class);
ex. to build a {@link View} of a particular backend context, looked up bykey.
context = ContextBuilder.newBuilder("aws-s3") .credentials(apikey, secret) .buildView(BlobStoreContext.class);
Assumptions
Threadsafe objects will be bound as singletons to the Injector or Context provided.
If no
Module
s are specified, the default {@link JDKLoggingModule logging} and{@link JavaUrlHttpCommandExecutorServiceModule http transports} will beinstalled.
@author Adrian Cole, Andrew Newdigate
@see Context
@see View
@see ApiMetadata
@see ProviderMetadata