public abstract static class TextSearchQueryProvider.TextSearchInput extends Object
Clients may instantiate this class.
Constructor and Description |
---|
TextSearchQueryProvider.TextSearchInput() |
Modifier and Type | Method and Description |
---|---|
abstract FileTextSearchScope |
getScope()
Returns the scope for the search
|
abstract String |
getSearchText()
Returns the search text to search for.
|
abstract boolean |
isCaseSensitiveSearch()
Returns whether the search is a case sensitive search or not.
|
abstract boolean |
isRegExSearch()
Returns whether the search text denotes a regular expression or not.
|
public TextSearchQueryProvider.TextSearchInput()
public abstract String getSearchText()
isRegExSearch()
the search text represents a regular expression
or a pattern using '*' and '?' as wildcards. The empty search text signals a file name search.public abstract boolean isCaseSensitiveSearch()
public abstract boolean isRegExSearch()
public abstract FileTextSearchScope getScope()
Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.