public class PomDefinitionSearch extends java.lang.Object implements QueryExecutor<PsiElement,PsiElement>
| Constructor and Description |
|---|
PomDefinitionSearch() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(PsiElement queryParameters,
Processor<? super PsiElement> consumer)
Find some results according to queryParameters and feed them to consumer.
|
public boolean execute(PsiElement queryParameters, Processor<? super PsiElement> consumer)
QueryExecutorfalse, stop.execute in interface QueryExecutor<PsiElement,PsiElement>false if the searching should be stopped immediately. This should happen only when consumer has returned false.