public abstract class AbstractFilesystemConfigurationPropertiesSource extends Object implements ConfigurationPropertiesSource
This is an abstract implementation. A concrete implementation must supply the
filesystem path to use via the getFilename() method.
| Modifier and Type | Field and Description |
|---|---|
private Properties |
cachedProperties
Cache of properties.
|
private Logger |
log
Logger.
|
| Constructor and Description |
|---|
AbstractFilesystemConfigurationPropertiesSource() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getFilename()
Get the configuration properties filename.
|
Properties |
getProperties()
Get the property set exposed by the source.
|
private Properties cachedProperties
private Logger log
public AbstractFilesystemConfigurationPropertiesSource()
public Properties getProperties()
getProperties in interface ConfigurationPropertiesSourceprotected abstract String getFilename()
Copyright © 1999–2015. All rights reserved.