Class JavaSearchParticipant

java.lang.Object
org.aspectj.org.eclipse.jdt.core.search.SearchParticipant
org.aspectj.org.eclipse.jdt.internal.core.search.JavaSearchParticipant
All Implemented Interfaces:
IParallelizable

public class JavaSearchParticipant extends SearchParticipant implements IParallelizable
A search participant describes a particular extension to a generic search mechanism, allowing thus to perform combined search actions which will involve all required participants A search scope defines which participants are involved. A search participant is responsible for holding index files, and selecting the appropriate ones to feed to index queries. It also can map a document path to an actual document (note that documents could live outside the workspace or no exist yet, and thus aren't just resources).