IJavaSearchScope
defines where search result should be found by a SearchEngine
. Clients must pass an instance of this interface to the search(...)
methods. Such an instance can be created using the following factory methods on SearchEngine
: createHierarchyScope(IType)
, createJavaSearchScope(IResource[])
, createWorkspaceScope()
, or clients may choose to implement this interface.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|