public class ConfigurationPropertySource extends EnumerablePropertySource<Configuration>
PropertySource.StubPropertySourcelogger, name, source| Modifier | Constructor and Description |
|---|---|
protected |
ConfigurationPropertySource(String name) |
|
ConfigurationPropertySource(String name,
Configuration source) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String name) |
String[] |
getPropertyNames() |
containsPropertypublic ConfigurationPropertySource(String name, Configuration source)
protected ConfigurationPropertySource(String name)
public String[] getPropertyNames()
getPropertyNames in class EnumerablePropertySource<Configuration>public Object getProperty(String name)
getProperty in class PropertySource<Configuration>Copyright © 2001–2020 The Apache Software Foundation. All rights reserved.