public final class ExcludeAll extends java.lang.Object implements InclusionRuleWithRegularExpression
| Constructor and Description |
|---|
ExcludeAll() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.regex.Pattern |
getExclusionPattern()
Returns the regular expression for the exclusion rule.
|
java.util.regex.Pattern |
getInclusionPattern()
Returns the regular expression for the inclusion rule.
|
int |
hashCode() |
boolean |
test(java.lang.String text) |
java.lang.String |
toString() |
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.util.regex.Pattern getExclusionPattern()
InclusionRuleWithRegularExpressiongetExclusionPattern in interface InclusionRuleWithRegularExpressionpublic java.util.regex.Pattern getInclusionPattern()
InclusionRuleWithRegularExpressiongetInclusionPattern in interface InclusionRuleWithRegularExpressionpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean test(java.lang.String text)
test in interface java.util.function.Predicate<java.lang.String>public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2000-2019 Sualeh Fatehi. All rights reserved.