Class SystemEnvironmentConfigurationSource

All Implemented Interfaces:
ConfigurationSource<AbstractPropertiesConfigurationSource.PropertyConfigurationQuery<String,SystemEnvironmentConfigurationSource>,AbstractPropertiesConfigurationSource.PropertyExecutableConfigurationQuery<String,SystemEnvironmentConfigurationSource>,AbstractPropertiesConfigurationSource.PropertyListConfigurationQuery<String,SystemEnvironmentConfigurationSource>>

public class SystemEnvironmentConfigurationSource extends AbstractPropertiesConfigurationSource<String,SystemEnvironmentConfigurationSource>

A configuration source that looks up properties from the system environment variables.

Note that this source doesn't support parameterized queries, regardless of the parameters specified in a query, only the configuration key name is considered when resolving a value.

Since:
1.0
Author:
Jeremy Kuhn
See Also: