Class PropertiesFileConfigurationProvider
java.lang.Object
de.simonkerstan.ee.core.configuration.PropertiesFileConfigurationProvider
- All Implemented Interfaces:
ConfigurationProvider
public final class PropertiesFileConfigurationProvider
extends Object
implements ConfigurationProvider
Configuration provider that reads the configuration from the command line.
FOR INTERNAL USE ONLY. THE API CAN CHANGE AT ANY TIME.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConfigurationValue(String propertyName) Get the value of a configuration property.
-
Constructor Details
-
PropertiesFileConfigurationProvider
- Throws:
IOException
-
-
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
-