public class ClasspathConfigurationPropertiesSource extends Object implements ConfigurationPropertiesSource
Modifier and Type | Field and Description |
---|---|
private Properties |
cachedProperties
Cache of properties.
|
private Logger |
log
Logger.
|
private static String |
RESOURCE_NAME
Configuration properties resource name.
|
Constructor and Description |
---|
ClasspathConfigurationPropertiesSource() |
Modifier and Type | Method and Description |
---|---|
Properties |
getProperties()
Get the property set exposed by the source.
|
@Nonnull private static final String RESOURCE_NAME
private Properties cachedProperties
public ClasspathConfigurationPropertiesSource()
public Properties getProperties()
getProperties
in interface ConfigurationPropertiesSource
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.