org.jclouds.filesystem.config
Class FilesystemBlobStoreModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by org.jclouds.rest.config.RestClientModule<FilesystemBlobStore,AsyncBlobStore>
          extended by org.jclouds.filesystem.config.FilesystemBlobStoreModule
All Implemented Interfaces:
com.google.inject.Module

public class FilesystemBlobStoreModule
extends RestClientModule<FilesystemBlobStore,AsyncBlobStore>

Author:
Alfredo "Rainbowbreeze" Morresi

Field Summary
 
Fields inherited from class org.jclouds.rest.config.RestClientModule
asyncClientType, authException, delegates, syncClientType, URI_SUPPLIER_TYPE
 
Constructor Summary
FilesystemBlobStoreModule()
           
 
Method Summary
protected  void bindAsyncClient()
           
protected  void configure()
           
 
Methods inherited from class org.jclouds.rest.config.RestClientModule
bindClient, bindErrorHandlers, bindRetryHandlers, installLocations
 
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

FilesystemBlobStoreModule

public FilesystemBlobStoreModule()
Method Detail

configure

protected void configure()
Overrides:
configure in class RestClientModule<FilesystemBlobStore,AsyncBlobStore>

bindAsyncClient

protected void bindAsyncClient()
Overrides:
bindAsyncClient in class RestClientModule<FilesystemBlobStore,AsyncBlobStore>


Copyright © 2009-2012 jclouds. All Rights Reserved.