Uses of Interface
com.atlassian.user.search.query.match.Matcher

Packages that use Matcher
com.atlassian.user.search.query.match   
 

Uses of Matcher in com.atlassian.user.search.query.match
 

Classes in com.atlassian.user.search.query.match that implement Matcher
 class ContainsIgnoreCaseMatcher
          Matches if StringUtils.contains(java.lang.String, char) returns true for the two arguments after they have been converted to lower case.
 class EndsWithIgnoreCaseMatcher
          Matches if content.endsWith(searchTerm) returns true after the arguments have been converted to lower case.
 class EqualsIgnoreCaseMatcher
          Matches if StringUtils.equalsIgnoreCase(String, String) returns true for the arguments, and content is neither null nor an empty string ("").
 class StartsWithIgnoreCaseMatcher
          Matches if content.startsWith(searchTerm) returns true after the arguments have been converted to lower case.
 



Copyright © 2005-2007 Atlassian Software Systems Pty Ltd. All Rights Reserved.