public class SearchCommand
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected Configuration |
myConfiguration |
protected SearchContext |
mySearchContext |
Constructor and Description |
---|
SearchCommand(Configuration configuration,
SearchContext searchContext) |
Modifier and Type | Method and Description |
---|---|
protected UsageViewContext |
createUsageViewContext() |
protected void |
findEnded() |
protected void |
findStarted() |
void |
findUsages(Processor<? super Usage> processor) |
protected void |
foundUsage(MatchResult result,
Usage usage) |
void |
startSearching() |
void |
stopAsyncSearch() |
protected final SearchContext mySearchContext
protected final Configuration myConfiguration
public SearchCommand(Configuration configuration, SearchContext searchContext)
protected UsageViewContext createUsageViewContext()
public void startSearching()
public void stopAsyncSearch()
protected void findStarted()
protected void findEnded()
protected void foundUsage(MatchResult result, Usage usage)