metricsOverlay.editor
Class OpenFileIndexingService

java.lang.Object
  extended by metricsOverlay.editor.OpenFileIndexingService

public class OpenFileIndexingService
extends java.lang.Object


Method Summary
 void doUpdate(org.eclipse.jface.text.IDocument doc)
           
static OpenFileIndexingService getInstance()
           
 java.util.List<Mapping> getMappingList(java.lang.String string)
           
 void index(org.eclipse.jface.text.IDocument doc, org.eclipse.core.runtime.IPath removeFileExtension)
           
 void index(org.eclipse.ui.IWorkbenchPart part, org.eclipse.jface.text.IDocument doc, org.eclipse.core.runtime.IPath path)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static OpenFileIndexingService getInstance()

index

public void index(org.eclipse.ui.IWorkbenchPart part,
                  org.eclipse.jface.text.IDocument doc,
                  org.eclipse.core.runtime.IPath path)

getMappingList

public java.util.List<Mapping> getMappingList(java.lang.String string)

index

public void index(org.eclipse.jface.text.IDocument doc,
                  org.eclipse.core.runtime.IPath removeFileExtension)

doUpdate

public void doUpdate(org.eclipse.jface.text.IDocument doc)