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 org.slf4j.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 org.slf4j.Logger log
public AbstractFilesystemConfigurationPropertiesSource()
public Properties getProperties()
getProperties
in interface ConfigurationPropertiesSource
protected abstract String getFilename()
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.