| Modifier and Type | Method and Description |
|---|---|
List<IEntity> |
IRepositorySearch.searchName(String parameter,
boolean caseInsensitive)
Search the given parameter in the names of the files and folders ( means
*parameter).
|
List<IEntity> |
IRepositorySearch.searchName(String root,
String parameter,
boolean caseInsensitive)
Search the given parameter in the names of the files and folders ( means
*parameter) under specified root folder (means *root).
|
List<IEntity> |
IRepositorySearch.searchPath(String parameter,
boolean caseInsensitive)
Search the given given parameter in the names of the files and folders
(means *parameter*).
|
void |
IRepositorySearch.searchRefresh()
Re-index the content
|
List<IEntity> |
IRepositorySearch.searchText(String term)
Search the given given parameter in the names of the files and folders as
well as in the content of the text files.
|
Copyright © 2010–2018 Eclipse Foundation. All rights reserved.