public abstract class SundialBundle<T extends io.dropwizard.Configuration> extends Object implements io.dropwizard.ConfiguredBundle<T>
| Constructor and Description |
|---|
SundialBundle() |
| Modifier and Type | Method and Description |
|---|---|
abstract SundialConfiguration |
getSundialConfiguration(T configuration) |
void |
initialize(io.dropwizard.setup.Bootstrap<?> bootstrap) |
void |
run(T configuration,
io.dropwizard.setup.Environment environment) |
public abstract SundialConfiguration getSundialConfiguration(T configuration)
public void initialize(io.dropwizard.setup.Bootstrap<?> bootstrap)
initialize in interface io.dropwizard.ConfiguredBundle<T extends io.dropwizard.Configuration>Copyright © 2015–2018 Knowm Inc.. All rights reserved.