com.google.api.ads.common.lib
Class AdsModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by com.google.api.ads.common.lib.AdsModule
All Implemented Interfaces:
com.google.inject.Module
Direct Known Subclasses:
AdWordsModule, DfaModule, DfpModule

public class AdsModule
extends com.google.inject.AbstractModule

Guice module for common bindings.

Author:
Adam Rogal

Constructor Summary
AdsModule()
           
 
Method Summary
protected  void configure()
          Configure common Guice bindings.
protected  void configureLogging(String loggerPrefix)
          Configures the loggers given the prefix.
 
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

AdsModule

public AdsModule()
Method Detail

configure

protected void configure()
Configure common Guice bindings.

Specified by:
configure in class com.google.inject.AbstractModule

configureLogging

protected void configureLogging(String loggerPrefix)
Configures the loggers given the prefix.

Parameters:
loggerPrefix - the logger prefix


Copyright © 2012. All Rights Reserved.