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.
| 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.
|
public AbstractFilesystemConfigurationPropertiesSource()
public Properties getProperties()
getProperties in interface ConfigurationPropertiesSourceprotected abstract String getFilename()
Copyright © 2021. All rights reserved.