org.fizmo.dropwizard.guice
Class GuiceBundle<T>
java.lang.Object
org.fizmo.dropwizard.guice.GuiceBundle<T>
- All Implemented Interfaces:
- com.yammer.dropwizard.ConfiguredBundle<T>
public class GuiceBundle<T>
- extends Object
- implements com.yammer.dropwizard.ConfiguredBundle<T>
|
Method Summary |
void |
initialize(com.yammer.dropwizard.config.Bootstrap<?> bootstrap)
|
void |
run(T configuration,
com.yammer.dropwizard.config.Environment environment)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initialize
public void initialize(com.yammer.dropwizard.config.Bootstrap<?> bootstrap)
- Specified by:
initialize in interface com.yammer.dropwizard.ConfiguredBundle<T>
run
public void run(T configuration,
com.yammer.dropwizard.config.Environment environment)
- Specified by:
run in interface com.yammer.dropwizard.ConfiguredBundle<T>
Copyright © 2013. All rights reserved.