Class SystemPropertiesConfigurationSource

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

public class SystemPropertiesConfigurationSource extends AbstractPropertiesConfigurationSource<String,SystemPropertiesConfigurationSource>

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

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: