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

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.search.IndexQueryRequestor
      extended by org.aspectj.org.eclipse.jdt.internal.core.search.PathCollector

public class PathCollector
extends IndexQueryRequestor

Collects the resource paths reported by a client to this search requestor.


Field Summary
 java.util.HashSet paths
           
 
Constructor Summary
PathCollector()
           
 
Method Summary
 boolean acceptIndexMatch(java.lang.String documentPath, SearchPattern indexRecord, SearchParticipant participant, AccessRuleSet access)
           
 java.lang.String[] getPaths()
          Returns the paths that have been collected.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

paths

public java.util.HashSet paths
Constructor Detail

PathCollector

public PathCollector()
Method Detail

acceptIndexMatch

public boolean acceptIndexMatch(java.lang.String documentPath,
                                SearchPattern indexRecord,
                                SearchParticipant participant,
                                AccessRuleSet access)
Specified by:
acceptIndexMatch in class IndexQueryRequestor

getPaths

public java.lang.String[] getPaths()
Returns the paths that have been collected.