org.jclouds.gogrid
Class GoGridContextBuilder

java.lang.Object
  extended by org.jclouds.rest.RestContextBuilder<S,A>
      extended by org.jclouds.compute.ComputeServiceContextBuilder<GoGridClient,GoGridAsyncClient>
          extended by org.jclouds.gogrid.GoGridContextBuilder

public class GoGridContextBuilder
extends ComputeServiceContextBuilder<GoGridClient,GoGridAsyncClient>

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.rest.RestContextBuilder
asyncClientType, modules, properties, syncClientType
 
Constructor Summary
GoGridContextBuilder(Properties props)
           
 
Method Summary
protected  void addClientModule(List<com.google.inject.Module> modules)
           
protected  void addContextModule(List<com.google.inject.Module> modules)
           
 ComputeServiceContext buildComputeServiceContext()
           
 
Methods inherited from class org.jclouds.compute.ComputeServiceContextBuilder
addImageResolutionModule, addImageResolutionModuleIfNotPresent, buildInjector, withModules
 
Methods inherited from class org.jclouds.rest.RestContextBuilder
addClientModuleIfNotPresent, addContextModuleIfNotPresent, addCredentialStoreIfNotPresent, addExecutorServiceIfNotPresent, addHttpModuleIfNeededAndNotPresent, addLoggingModuleIfNotPresent, buildContext, getProperties, ifHttpConfigureRestOtherwiseGuiceClientFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoGridContextBuilder

public GoGridContextBuilder(Properties props)
Method Detail

addClientModule

protected void addClientModule(List<com.google.inject.Module> modules)
Overrides:
addClientModule in class RestContextBuilder<GoGridClient,GoGridAsyncClient>

addContextModule

protected void addContextModule(List<com.google.inject.Module> modules)
Overrides:
addContextModule in class RestContextBuilder<GoGridClient,GoGridAsyncClient>

buildComputeServiceContext

public ComputeServiceContext buildComputeServiceContext()
Overrides:
buildComputeServiceContext in class ComputeServiceContextBuilder<GoGridClient,GoGridAsyncClient>


Copyright © 2009-2012 jclouds. All Rights Reserved.