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

public class IndexNamesRegistry extends Object
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    IndexNamesRegistry(File savedIndexNamesFile, org.eclipse.core.runtime.IPath javaPluginWorkingLocation)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
     
    char[][]
    read(org.eclipse.core.runtime.IProgressMonitor monitor)
    Returns the contents of the index names registry.
    void
    write(char[][] newContents)
     

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • IndexNamesRegistry

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

    • 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()