| Interface | Description |
|---|---|
| ConfigurationContext |
Central SPI for programmatically dealing with the setup of the configuration system.
|
| ConfigurationContextBuilder |
A builder for creating new or adapting instances of
ConfigurationContext. |
| ConfigurationProviderSpi |
SPI that must be implemented to provide the component that manages all
Configuration
instances in a system. |
| PropertyConverter<T> |
Interface for an property that converts a configured String into something else.
|
| PropertyFilter |
Interface for filtering the current map of properties during the evaluation of the chain of PropertySources.
|
| PropertySource |
This interface models a provider that serves configuration properties.
|
| PropertySourceProvider |
Implement this interfaces to provide a PropertySource provider which
is able to register multiple PropertySources.
|
| PropertyValueCombinationPolicy |
Policy that determines how the final value of a configuration entry is evaluated.
|
| ServiceContext |
This class models the component that is managing the lifecycle current the
services used by the Configuration API.
|
| Class | Description |
|---|---|
| ServiceContextManager |
This singleton provides access to the services available in the current
ServiceContext. |
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.