org.jclouds.aws.s3.blobstore.config
Class AWSS3BlobStoreContextModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.jclouds.s3.blobstore.config.S3BlobStoreContextModule
          extended by org.jclouds.aws.s3.blobstore.config.AWSS3BlobStoreContextModule
All Implemented Interfaces:
com.google.inject.Module

public class AWSS3BlobStoreContextModule
extends S3BlobStoreContextModule

Author:
Tibor Kiss

Constructor Summary
AWSS3BlobStoreContextModule()
           
 
Method Summary
protected  void bindContext()
           
protected  void configure()
           
 
Methods inherited from class org.jclouds.s3.blobstore.config.S3BlobStoreContextModule
bindBucketLocationStrategy, bucketAcls
 
Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBinding
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AWSS3BlobStoreContextModule

public AWSS3BlobStoreContextModule()
Method Detail

configure

protected void configure()
Overrides:
configure in class S3BlobStoreContextModule

bindContext

protected void bindContext()
Overrides:
bindContext in class S3BlobStoreContextModule


Copyright © 2009-2011 jclouds. All Rights Reserved.