org.jclouds.softlayer
Class SoftLayerContextBuilder

java.lang.Object
  extended by org.jclouds.rest.RestContextBuilder<S,A>
      extended by org.jclouds.compute.ComputeServiceContextBuilder<SoftLayerClient,SoftLayerAsyncClient>
          extended by org.jclouds.softlayer.SoftLayerContextBuilder

public class SoftLayerContextBuilder
extends ComputeServiceContextBuilder<SoftLayerClient,SoftLayerAsyncClient>

Author:
Adrian Cole

Field Summary
 
Fields inherited from class org.jclouds.rest.RestContextBuilder
asyncClientType, modules, properties, syncClientType
 
Constructor Summary
SoftLayerContextBuilder(Properties props)
           
 
Method Summary
protected  void addClientModule(List<com.google.inject.Module> modules)
           
protected  void addContextModule(List<com.google.inject.Module> modules)
           
 
Methods inherited from class org.jclouds.compute.ComputeServiceContextBuilder
addImageResolutionModule, addImageResolutionModuleIfNotPresent, buildComputeServiceContext, 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

SoftLayerContextBuilder

public SoftLayerContextBuilder(Properties props)
Method Detail

addContextModule

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

addClientModule

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


Copyright © 2009-2012 jclouds. All Rights Reserved.