com.googlecode.rocoto.system
Class SystemPropertiesModule

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

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

Binds Java System Properties into Guice binder.

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

Constructor Summary
SystemPropertiesModule()
           
 
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

SystemPropertiesModule

public SystemPropertiesModule()
Method Detail

configure

protected void configure()

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


Copyright © 2010. All Rights Reserved.