Package com.mayam.wf.siteconfig
Class SiteConfigModule
java.lang.Object
com.google.inject.AbstractModule
com.mayam.wf.siteconfig.SiteConfigModule
- All Implemented Interfaces:
Module
Guice module for setting up injection of SiteConfig.
- Author:
- Markus MÃ¥rtensson
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
boolean
int
hashCode()
processName
(String processName) Helper method letting tests override some properties without having to explicitly create aProperties
object and passing it to the constructor.Methods inherited from class com.google.inject.AbstractModule
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestInjection, requestStaticInjection, requireBinding, requireBinding
-
Constructor Details
-
SiteConfigModule
public SiteConfigModule() -
SiteConfigModule
-
-
Method Details
-
with
-
setting
Helper method letting tests override some properties without having to explicitly create aProperties
object and passing it to the constructor. -
processName
-
configure
protected void configure()- Overrides:
configure
in classAbstractModule
-
equals
-
hashCode
public int hashCode()
-