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