| Interface | Description |
|---|---|
| ConfigurationMapper<T> |
Interface for classes that map configuration data to Java bean classes.
|
| ConfigurationProvider |
Defines the operations to access configuration files
|
| ConfigurationResolver |
Provides access to configuration files taking into account the active environment
|
| PublishingTargetResolver |
Provides access to the current publishing target
|
| Class | Description |
|---|---|
| ConfigurationResolverImpl |
Default implementation of
ConfigurationResolver |
| ConfigUtils |
Utility methods for Apache Commons based configuration.
|
| DecryptionLookup |
Implementation of
Lookup that decrypts the variable. |
| EncryptionAwareConfigurationReader |
Base class that loads configuration files handling encrypted properties
|
| FixedPublishingTargetResolver |
Implementation of
PublishingTargetResolver that always returns the configured target |
| MultiResourceConfigurationBuilder |
ConfigurationBuilder that creates the configuration from a set of specified resource configuration paths. |
| YamlConfiguration |
Implementation of Apache Commons HierarchicalConfiguration that parses a YAML configuration file and loads
the configuration in memory for easy access.
|
| Exception | Description |
|---|---|
| ConfigurationException |
Exception thrown by classes that handle configuration.
|
| MissingConfigurationException |
ConfigurationException thrown when a specific configuration property or sub-configuration is missing. |
Copyright © 2020 CrafterCMS. All rights reserved.