com.googlecode.rocoto.system
Class EnvironmentVariablesModule

java.lang.Object
  extended by com.google.inject.AbstractModule
      extended by com.googlecode.rocoto.system.EnvironmentVariablesModule
All Implemented Interfaces:
com.google.inject.Module

public final class EnvironmentVariablesModule
extends com.google.inject.AbstractModule

Binds Environment Variables into Guice binder.

Version:
$Id: EnvironmentVariablesModule.java 403 2010-06-05 12:11:13Z simone.tripodi $
Author:
Simone Tripodi

Constructor Summary
EnvironmentVariablesModule()
           
 
Method Summary
protected  void configure()
          
 
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

EnvironmentVariablesModule

public EnvironmentVariablesModule()
Method Detail

configure

protected void configure()

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


Copyright © 2010. All Rights Reserved.