java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.search.indexing.IndexNamesRegistry

public class IndexNamesRegistry extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    IndexNamesRegistry(File savedIndexNamesFile, org.eclipse.core.runtime.IPath javaPluginWorkingLocation)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    char[][]
    read(org.eclipse.core.runtime.IProgressMonitor monitor)
    Returns the contents of the index names registry.
    void
    write(char[][] newContents)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IndexNamesRegistry

      public IndexNamesRegistry(File savedIndexNamesFile, org.eclipse.core.runtime.IPath javaPluginWorkingLocation)
  • Method Details

    • write

      public void write(char[][] newContents)
    • read

      public char[][] read(org.eclipse.core.runtime.IProgressMonitor monitor)
      Returns the contents of the index names registry.
    • delete

      public void delete()