public class ConfigurationPropertySource extends EnumerablePropertySource<Configuration>
PropertySource.StubPropertySource
logger, 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() |
containsProperty
public 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.