| Modifier and Type | Field and Description |
|---|---|
protected EnumMap<ApplicationConfigScope,Properties> |
ApplicationConfig.propertiesByScope
Contient les fichiers de propriétés par scope.
|
protected Set<ApplicationConfigScope> |
ApplicationConfigInit.scopes |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationConfigScope |
ApplicationConfigScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationConfigScope[] |
ApplicationConfigScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ApplicationConfigScope> |
ApplicationConfigInit.getScopes() |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationConfigInit |
ApplicationConfigInit.forAllScopesWithout(ApplicationConfigScope... excludedScopes) |
static ApplicationConfigInit |
ApplicationConfigInit.forScopes(ApplicationConfigScope... scopes) |
protected Properties |
ApplicationConfig.getProperties(ApplicationConfigScope scope) |
protected void |
ApplicationConfig.putAll(Properties prop,
ApplicationConfigScope scope) |
protected void |
ApplicationConfig.remove(String key,
ApplicationConfigScope... scopes) |
| Constructor and Description |
|---|
ApplicationConfigInit(ApplicationConfigScope... scopes) |
Copyright © 2016–2018 Ultreia.io. All rights reserved.