| Package | Description |
|---|---|
| org.apache.tamaya.spi |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyFilter> |
ConfigurationContextBuilder.getPropertyFilters()
Access the current chain of property filters.
|
List<PropertyFilter> |
ConfigurationContext.getPropertyFilters()
Access the current PropertyFilter instances.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationContextBuilder |
ConfigurationContextBuilder.addPropertyFilters(PropertyFilter... filters)
Adds the given PropertyFilter instances, hereby the instances are added
to the end of the list with highest priority.
|
ConfigurationContextBuilder |
ConfigurationContextBuilder.removePropertyFilters(PropertyFilter... filters)
Removes the given PropertyFilter instances, if existing.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationContextBuilder |
ConfigurationContextBuilder.addPropertyFilters(Collection<PropertyFilter> filters)
Adds the given PropertyFilter instances, hereby the instances are added
to the end of the list with highest priority.
|
ConfigurationContextBuilder |
ConfigurationContextBuilder.removePropertyFilters(Collection<PropertyFilter> filters)
Removes the given PropertyFilter instances, if existing.
|
ConfigurationContextBuilder |
ConfigurationContextBuilder.sortPropertyFilter(Comparator<PropertyFilter> comparator)
Sorts the current registered property filters using the given comparator.
|
Copyright © 2014–2017 Apache Software Foundation. All rights reserved.