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