Interface ConfigurationProvider
- All Known Implementing Classes:
EnvironmentConfigurationProvider,PropertiesFileConfigurationProvider,SystemPropertiesConfigurationProvider
public interface ConfigurationProvider
Provider for configuration property values.
-
Method Summary
Modifier and TypeMethodDescriptiongetConfigurationValue(String propertyName) Get the value of a configuration property.
-
Method Details
-
getConfigurationValue
Get the value of a configuration property.- Parameters:
propertyName- Name of the property- Returns:
- Value of the property or empty if the property is missing
-