public class FilePropertiesConfigurationSource extends AbstractPropertiesConfigurationSource
| Constructor and Description |
|---|
FilePropertiesConfigurationSource() |
| Modifier and Type | Method and Description |
|---|---|
protected net.stickycode.configuration.ConfigurationValue |
createValue(String value)
Factory for creating values that a defined in the given properties file
|
void |
loadApplicationConfiguration() |
protected void |
loadDirectory(File file) |
protected void |
propertyReplacedDuringLoad(URL url,
String key,
String property,
String previous)
Template method for situations where a property has been overwritten i.e.
|
@PostConstruct public void loadApplicationConfiguration()
protected void loadDirectory(File file)
protected void propertyReplacedDuringLoad(URL url, String key, String property, String previous)
propertyReplacedDuringLoad in class AbstractPropertiesConfigurationSourceprotected net.stickycode.configuration.ConfigurationValue createValue(String value)
AbstractPropertiesConfigurationSourcecreateValue in class AbstractPropertiesConfigurationSourceCopyright © 2008–2016 RedEngine Ltd. All rights reserved.