| Modifier and Type | Method and Description |
|---|---|
<O extends ConfigOptionDef> |
ApplicationConfig.loadDefaultOptions(O[] options)
Load default given options.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigOptionDef[] |
ApplicationConfigProvider.getOptions()
Returns all options offered by the configuration.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ConfigOptionDef> |
ApplicationConfigHelper.getFinalOptions(Set<ApplicationConfigProvider> providers)
Gets all final options from the given providers.
|
static Set<ConfigOptionDef> |
ApplicationConfigHelper.getTransientOptions(Set<ApplicationConfigProvider> providers)
Gets all transient options from the given providers.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ApplicationConfig.getOption(ConfigOptionDef key)
Get option value from a option definition.
|
boolean |
ApplicationConfig.hasOption(ConfigOptionDef key)
Teste si un option existe ou non
|
<O extends ConfigOptionDef> |
ApplicationConfig.loadDefaultOptions(O[] options)
Load default given options.
|
static OptionModel |
ConfigOptionDef.of(ConfigOptionDef configOptionDef) |
Copyright © 2016–2018 Ultreia.io. All rights reserved.