public final class RegexPropertyFilter extends Object implements org.apache.tamaya.spi.PropertyFilter
| Constructor and Description |
|---|
RegexPropertyFilter(String expression)
Creates a new regex filter expression.
|
| Modifier and Type | Method and Description |
|---|---|
String |
filterProperty(String valueToBeFiltered,
org.apache.tamaya.spi.FilterContext context) |
String |
toString() |
public RegexPropertyFilter(String expression)
expression - the reged expression, not null.Copyright © 2014–2016 Apache Software Foundation. All rights reserved.