Uses of Class
ca.cgjennings.apps.arkham.project.Searcher
-
Packages that use Searcher Package Description ca.cgjennings.apps.arkham.project -
-
Uses of Searcher in ca.cgjennings.apps.arkham.project
Methods in ca.cgjennings.apps.arkham.project with parameters of type Searcher Modifier and Type Method Description void
Searcher.ResultReceiver. addResult(Searcher source, Member member, int line, java.lang.String context, int start, int end)
Called when a new match is found.void
Searcher.ResultReceiver. searchCompleted(Searcher source)
Called when the search is completed, regardless of whether it completes normally or is cancelled.void
Searcher.ResultReceiver. setFileCount(Searcher source, int count)
Called to inform the receiver of the total number of files being scanned.void
Searcher.ResultReceiver. setFinishedFileCount(Searcher source, int fileCount)
Called periodically to update the receiver with the number of files that have been scanned so far.
-