|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.user.search.query.match.EndsWithIgnoreCaseMatcher
Matches if content.endsWith(searchTerm)
returns true after the arguments have been converted to lower
case. If either argument is null or the content is an empty string (""), returns false.
Constructor Summary | |
EndsWithIgnoreCaseMatcher()
|
Method Summary | |
boolean |
matches(java.lang.String content,
java.lang.String searchTerm)
Returns true if the content "matches" the searchTerm, according to the matching rules of the implementation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EndsWithIgnoreCaseMatcher()
Method Detail |
public boolean matches(java.lang.String content, java.lang.String searchTerm)
Matcher
matches
in interface Matcher
content
- the content to searchsearchTerm
- the term to search for
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |