|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IModelSearchQueryTextualExpressionMatchingHelper
Defines contract for textual queries.
There are 3 different textual query mode :
Defines a normal textual query supporting wildcard '?' and '*' features.
Defines a regular expression textual query fully supporting Java 1.5 regex.
Defines a case sensitive textual query supporting wildcard '?' and '*' features.
Field Summary | |
---|---|
static int |
CASE_SENSITIVE
|
static int |
NORMAL_TEXT
|
static int |
REGULAR_EXPRESSION
|
Method Summary | |
---|---|
boolean |
match(java.lang.String text,
java.lang.String pattern,
int matchingStrategy)
|
Field Detail |
---|
static final int CASE_SENSITIVE
static final int REGULAR_EXPRESSION
static final int NORMAL_TEXT
Method Detail |
---|
boolean match(java.lang.String text, java.lang.String pattern, int matchingStrategy)
|
Modelers | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.