org.aspectj.org.eclipse.jdt.internal.core.search.indexing
Class InternalSearchDocument

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.search.indexing.InternalSearchDocument
Direct Known Subclasses:
SearchDocument

public class InternalSearchDocument
extends java.lang.Object

Internal search document implementation


Constructor Summary
InternalSearchDocument()
           
 
Method Summary
 void addIndexEntry(char[] category, char[] key)
           
 java.lang.String getPath()
           
 void removeAllIndexEntries()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalSearchDocument

public InternalSearchDocument()
Method Detail

addIndexEntry

public void addIndexEntry(char[] category,
                          char[] key)

removeAllIndexEntries

public void removeAllIndexEntries()

getPath

public java.lang.String getPath()