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