org.aspectj.org.eclipse.jdt.internal.core.search
Class IndexQueryRequestor

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.search.IndexQueryRequestor
Direct Known Subclasses:
PathCollector

public abstract class IndexQueryRequestor
extends java.lang.Object

TODO add spec


Constructor Summary
IndexQueryRequestor()
           
 
Method Summary
abstract  boolean acceptIndexMatch(java.lang.String documentPath, SearchPattern indexRecord, SearchParticipant participant, AccessRuleSet access)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexQueryRequestor

public IndexQueryRequestor()
Method Detail

acceptIndexMatch

public abstract boolean acceptIndexMatch(java.lang.String documentPath,
                                         SearchPattern indexRecord,
                                         SearchParticipant participant,
                                         AccessRuleSet access)