Package swiss.trustbroker.common.config
Class RegexNameValue
java.lang.Object
swiss.trustbroker.common.config.RegexNameValue
Combination of regular expression, an optional name of an item to match against that regex, and a value to use if matching.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionRegexNameValue(String regex, String name, String value) RegexNameValue(String regex, String name, String value, Pattern pattern) -
Method Summary
-
Constructor Details
-
RegexNameValue
public RegexNameValue() -
RegexNameValue
-
RegexNameValue
-
-
Method Details