| Class | Description |
|---|---|
| BaseConfigSource |
Base class for all our ConfigSources
|
| PropertyFileConfigSource | |
| PropertyFileConfigSourceProvider |
Register all property files with the given propertyFileName
as
ConfigSource. |
| SystemEnvConfigSource |
ConfigSource which uses System.getenv()
We also allow to write underlines _ instead of dots _ in the
environment via export (unix) or SET (windows) |
| SystemPropertyConfigSource |
ConfigSource which uses System.getProperties() |
Copyright © 2019 The Apache Software Foundation. All rights reserved.