| Interface | Description |
|---|---|
| ValueReader |
| Class | Description |
|---|---|
| ConfigFileReader<T> |
This is an abstract class used to find the Rapture config files, calculate an
overlay if there are any overrides in an override cfg file, and then return
the properties.
|
| ConfigLoader |
This class is used to load the config for Rapture
|
| EnvironmentValueReader | |
| FolderCleanupConfig | |
| JavaPropertiesConfigReader | |
| LocalConfigService | |
| LogConfig |
LogConfig is used to startup the logging for Rapture
|
| ParameterValueReader | |
| RaptureConfig |
This is the class that represents the config of Rapture, as represented by a yaml file "rapture.cfg"
|
| SystemPropertyValueReader | |
| WebConfig | |
| YamlConfigReader |
| Enum | Description |
|---|---|
| MultiValueConfigLoader |
Given a concept like "What is the URL for MongoDB", this class provides a concrete implementation on how to get at that value.
|
| Exception | Description |
|---|---|
| ConfigException |