public class EnumerableCompositePropertySource extends org.springframework.core.env.EnumerablePropertySource<Collection<org.springframework.core.env.PropertySource<?>>>
PropertySource
,
EnumerablePropertySource
Constructor and Description |
---|
EnumerableCompositePropertySource(String sourceName) |
Modifier and Type | Method and Description |
---|---|
void |
add(org.springframework.core.env.PropertySource<?> source) |
Object |
getProperty(String name) |
String[] |
getPropertyNames() |
public EnumerableCompositePropertySource(String sourceName)
public Object getProperty(String name)
getProperty
in class org.springframework.core.env.PropertySource<Collection<org.springframework.core.env.PropertySource<?>>>
public String[] getPropertyNames()
getPropertyNames
in class org.springframework.core.env.EnumerablePropertySource<Collection<org.springframework.core.env.PropertySource<?>>>
public void add(org.springframework.core.env.PropertySource<?> source)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.