| Modifier and Type | Class and Description |
|---|---|
class |
FileConfig
The File Config can read properties from File or Resource Stream
|
class |
HierarchicalConfig
Hierarchical Configuration
|
class |
HierarchicalConfig.OverridingConfig
Helpful in Overriding Configs
|
class |
SystemConfig
The type System config.
|
| Modifier and Type | Field and Description |
|---|---|
static BaseConfig |
ConfigConstants.SYS_ENV_CONFIG
The constant SYS_ENV_CONFIG.
|
static BaseConfig |
ConfigConstants.SYS_ENV_PRP_CONFIG
The constant SYS_ENV_PRP_CONFIG.
|
static BaseConfig |
ConfigConstants.SYS_PRP_CONFIG
The constant SYS_PRP_CONFIG.
|
static BaseConfig |
ConfigConstants.SYS_PRP_ENV_CONFIG
The constant SYS_PRP_ENV_CONFIG.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HierarchicalConfig.addConfig(BaseConfig config)
Add config at the end
|
void |
HierarchicalConfig.addConfigFirst(BaseConfig config)
Add config at the start
|
HierarchicalConfig |
HierarchicalConfig.withConfig(BaseConfig config)
With config hierarchical config.
|
| Constructor and Description |
|---|
HierarchicalConfig(BaseConfig... configs)
Instantiates a new Hierarchical config.
|
Copyright © 2020. All rights reserved.