Class SystemPropertiesConfigurationProvider
java.lang.Object
de.simonkerstan.ee.core.configuration.SystemPropertiesConfigurationProvider
- All Implemented Interfaces:
ConfigurationProvider
Configuration properties from the system properties (automatically loaded by the JVM).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConfigurationValue(String propertyName) Get the value of a configuration property.
-
Constructor Details
-
SystemPropertiesConfigurationProvider
public SystemPropertiesConfigurationProvider()
-
-
Method Details
-
getConfigurationValue
Description copied from interface:ConfigurationProviderGet the value of a configuration property.- Specified by:
getConfigurationValuein interfaceConfigurationProvider- Parameters:
propertyName- Name of the property- Returns:
- Value of the property or empty if the property is missing
-