public abstract class AbstractTrellisApplication<T extends TrellisConfiguration>
extends io.dropwizard.Application<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_DROPWIZARD_INITIALIZE_ROOT
The configuration key controlling whether an application should initialize its own root resource.
|
| Constructor and Description |
|---|
AbstractTrellisApplication() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
initialize(io.dropwizard.setup.Bootstrap<T> bootstrap) |
void |
run(T config,
io.dropwizard.setup.Environment environment) |
public static final String CONFIG_DROPWIZARD_INITIALIZE_ROOT
public String getName()
getName in class io.dropwizard.Application<T extends TrellisConfiguration>public void initialize(io.dropwizard.setup.Bootstrap<T> bootstrap)
initialize in class io.dropwizard.Application<T extends TrellisConfiguration>public void run(T config, io.dropwizard.setup.Environment environment) throws Exception
run in class io.dropwizard.Application<T extends TrellisConfiguration>Exception