Package | Description |
---|---|
org.apache.tamaya.spi |
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.
|
default Collection<PropertySource> |
ConfigurationContext.getPropertySources(java.util.function.Predicate<PropertySource> selector)
This method returns a subset ot the currently registered PropertySources.
|
Modifier and Type | Method and Description |
---|---|
default ConfigurationContextBuilder |
ConfigurationContextBuilder.addPropertySources(PropertySource... propertySourcesToAdd)
This method can be used for programmatically adding
PropertySource s. |
String |
PropertyValueCombinationPolicy.collect(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. |
default Collection<PropertySource> |
ConfigurationContext.getPropertySources(java.util.function.Predicate<PropertySource> selector)
This method returns a subset ot the currently registered PropertySources.
|
ConfigurationContextBuilder |
ConfigurationContextBuilder.removePropertySources(java.util.function.Predicate<PropertySource> selector)
Remove the property sources selected by the given selector predicate.
|
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.