public class TrellisApplication extends org.trellisldp.app.AbstractTrellisApplication<AppConfiguration>
| Constructor and Description |
|---|
TrellisApplication() |
| Modifier and Type | Method and Description |
|---|---|
protected org.trellisldp.api.ServiceBundler |
getServiceBundler() |
protected void |
initialize(AppConfiguration config,
io.dropwizard.setup.Environment environment) |
void |
initialize(io.dropwizard.setup.Bootstrap<AppConfiguration> bootstrap) |
static void |
main(java.lang.String[] args)
The main entry point.
|
getComponents, getLdpComponent, getName, runpublic static void main(java.lang.String[] args)
throws java.lang.Exception
args - the argument listjava.lang.Exception - if something goes horribly awryprotected org.trellisldp.api.ServiceBundler getServiceBundler()
getServiceBundler in class org.trellisldp.app.AbstractTrellisApplication<AppConfiguration>public void initialize(io.dropwizard.setup.Bootstrap<AppConfiguration> bootstrap)
initialize in class org.trellisldp.app.AbstractTrellisApplication<AppConfiguration>protected void initialize(AppConfiguration config, io.dropwizard.setup.Environment environment)
initialize in class org.trellisldp.app.AbstractTrellisApplication<AppConfiguration>