public interface InclusionRuleWithRegularExpression extends InclusionRule
| Modifier and Type | Method and Description |
|---|---|
default java.util.regex.Pattern |
getExclusionPattern()
Returns the regular expression for the exclusion rule.
|
default java.util.regex.Pattern |
getInclusionPattern()
Returns the regular expression for the inclusion rule.
|
default java.util.regex.Pattern getExclusionPattern()
default java.util.regex.Pattern getInclusionPattern()
Copyright © 2000-2019 Sualeh Fatehi. All rights reserved.