public abstract class AbstractTrellisApplication<T extends TrellisConfiguration> extends Application<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_APP_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(Bootstrap<T> bootstrap) |
void |
run(T config,
Environment environment) |
getConfigurationClass, runpublic static final String CONFIG_APP_INITIALIZE_ROOT
public String getName()
getName in class Application<T extends TrellisConfiguration>public void initialize(Bootstrap<T> bootstrap)
initialize in class Application<T extends TrellisConfiguration>public void run(T config, Environment environment) throws Exception
run in class Application<T extends TrellisConfiguration>Exception