Package | Description |
---|---|
org.apache.tamaya.spi |
Modifier and Type | Field and Description |
---|---|
static PropertySource |
PropertySource.EMPTY
A resusable instance of an empty PropertySource.
|
Modifier and Type | Method and Description |
---|---|
Collection<PropertySource> |
PropertySourceProvider.getPropertySources() |
List<PropertySource> |
ConfigurationContext.getPropertySources()
This method returns the current list of registered PropertySources ordered via their ordinal.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationContextBuilder |
ConfigurationContextBuilder.addPropertySources(PropertySource... propertySourcesToAdd)
This method can be used for programmatically adding
PropertySource s. |
void |
ConfigurationContext.addPropertySources(PropertySource... propertySourcesToAdd)
This method can be used for programmatically adding
PropertySource s. |
Map<String,String> |
PropertyValueCombinationPolicy.collect(Map<String,String> currentValue,
String key,
PropertySource propertySource)
Method that is called for each value evaluated by a PropertySource for the given key.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationContextBuilder |
ConfigurationContextBuilder.addPropertySources(Collection<PropertySource> propertySourcesToAdd)
This method can be used for programmatically adding
PropertySource s. |
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.