public final class BodyTerm extends StringTerm
ignoreCase, pattern
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Equality comparison.
|
boolean |
match(Message msg)
The match method.
|
getIgnoreCase, getPattern, hashCode, match
public BodyTerm(String pattern)
pattern
- The String to search forpublic boolean match(Message msg)
match
in class SearchTerm
msg
- The pattern search is applied on this Message's bodypublic boolean equals(Object obj)
equals
in class StringTerm
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.