public class ClasspathConfigurationPropertiesSource extends java.lang.Object implements ConfigurationPropertiesSource
| Modifier and Type | Field and Description |
|---|---|
private java.util.Properties |
cachedProperties
Cache of properties.
|
private org.slf4j.Logger |
log
Logger.
|
private static java.lang.String |
RESOURCE_NAME
Configuration properties resource name.
|
| Constructor and Description |
|---|
ClasspathConfigurationPropertiesSource() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Properties |
getProperties()
Get the property set exposed by the source.
|
@Nonnull private static final java.lang.String RESOURCE_NAME
@Nonnull private org.slf4j.Logger log
private java.util.Properties cachedProperties
public ClasspathConfigurationPropertiesSource()
public java.util.Properties getProperties()
getProperties in interface ConfigurationPropertiesSource