Package | Description |
---|---|
org.apache.tamaya.spi |
Modifier and Type | Method and Description |
---|---|
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.
|
ConfigurationContextBuilder |
ConfigurationContextBuilder.removePropertyFilters(PropertyFilter... filters)
Removes the given PropertyFilter instances.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationContextBuilder |
ConfigurationContextBuilder.addPropertyFilters(Collection<PropertyFilter> filters)
Adds the given PropertyFilter instances.
|
ConfigurationContextBuilder |
ConfigurationContextBuilder.removePropertyFilters(Collection<PropertyFilter> filters)
Removes the given PropertyFilter instances.
|
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.