| Interface | Description |
|---|---|
| ConfigReader |
Configuration file reader interface.
|
| ConfigReaderFactory |
ConfigReader factory. |
| Class | Description |
|---|---|
| BaseConfigReader |
Base
ConfigReader implementation with basis implementation of common methods. |
| ConfigReaderFactoryImpl |
Simple implementation of
ConfigReaderFactory. |
| ConfigValue |
Support object for build config field on
BaseExtension. |
| ConfigValue.Builder |
ConfigValue builder. |
| JsonConfigReader |
Configuration reader implementation for ".json" file types.
|
| PropertyConfigReader |
ConfigValue for '.property' extension files. |
| Enum | Description |
|---|---|
| ConfigType |
Possible value types for buildConfigValue.
|