|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jclouds.rest.RestContextBuilder<S,A>
org.jclouds.blobstore.BlobStoreContextBuilder<S,A>
public abstract class BlobStoreContextBuilder<S,A>
Field Summary |
---|
Fields inherited from class org.jclouds.rest.RestContextBuilder |
---|
asyncClientType, modules, properties, syncClientType |
Constructor Summary | |
---|---|
BlobStoreContextBuilder(Class<S> syncClientType,
Class<A> asyncClientType)
|
|
BlobStoreContextBuilder(Class<S> syncClientType,
Class<A> asyncClientType,
Properties properties)
|
Method Summary | |
---|---|
BlobStoreContext |
buildBlobStoreContext()
|
BlobStoreContextBuilder<S,A> |
withModules(Iterable<com.google.inject.Module> modules)
|
Methods inherited from class org.jclouds.rest.RestContextBuilder |
---|
addClientModule, addClientModuleIfNotPresent, addContextModule, addContextModuleIfNotPresent, addCredentialStoreIfNotPresent, addExecutorServiceIfNotPresent, addHttpModuleIfNeededAndNotPresent, addLoggingModuleIfNotPresent, buildContext, buildInjector, getProperties, ifHttpConfigureRestOtherwiseGuiceClientFactory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlobStoreContextBuilder(Class<S> syncClientType, Class<A> asyncClientType)
public BlobStoreContextBuilder(Class<S> syncClientType, Class<A> asyncClientType, Properties properties)
Method Detail |
---|
public BlobStoreContextBuilder<S,A> withModules(Iterable<com.google.inject.Module> modules)
withModules
in class org.jclouds.rest.RestContextBuilder<S,A>
public BlobStoreContext buildBlobStoreContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |