public class AppConfiguration
extends org.trellisldp.app.config.TrellisConfiguration
| Constructor and Description |
|---|
AppConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
io.dropwizard.db.DataSourceFactory |
getDataSourceFactory()
Get the datasource factory.
|
void |
setDataSourceFactory(io.dropwizard.db.DataSourceFactory factory)
Set the datasource factory.
|
any, getAssets, getAuth, getBaseUrl, getCache, getCors, getDefaultName, getHubUrl, getJsonld, getNotifications, setAdditionalConfig, setAssets, setAuth, setBaseUrl, setCache, setCors, setDefaultName, setHubUrl, setJsonld, setNotificationspublic void setDataSourceFactory(io.dropwizard.db.DataSourceFactory factory)
factory - the factorypublic io.dropwizard.db.DataSourceFactory getDataSourceFactory()