Class IndexNamesRegistry

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

public class IndexNamesRegistry extends Object
  • 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()