Uses of Class
org.eclipse.dirigible.repository.api.RepositorySearchException
-
Uses of RepositorySearchException in org.eclipse.dirigible.repository.api
Methods in org.eclipse.dirigible.repository.api that throw RepositorySearchException Modifier and Type Method Description List<String>IRepositorySearch. find(String path, String pattern)Find files by a given pattern.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*).voidIRepositorySearch. 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.