| Modifier and Type | Method and Description |
|---|---|
<O extends ConfigOptionDef> |
ApplicationConfig.loadDefaultOptions(Class<O> optionClass)
Deprecated.
since 2.4.8, prefer use now
ApplicationConfig.loadDefaultOptions(ConfigOptionDef[]) |
<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.
|
Copyright © 2013–2014 CodeLutin. All rights reserved.