Interface ICompletionEngineProvider


public interface ICompletionEngineProvider
Describes a class that can build a completion engine.
  • Method Details

    • newCompletionEngine

      ICompletionEngine newCompletionEngine(SearchableEnvironment nameEnvironment, CompletionRequestor requestor, Map<String,String> settings, IJavaProject javaProject, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor)
      Returns a new completion engine built with the given parameters.
      Parameters:
      nameEnvironment - the name environment
      requestor - the search requestor
      settings - the settings
      javaProject - the java project that completion will be invoked under
      owner - the working copy owner of the
      monitor - the progress monitor
      Returns:
      a completion engine built with the given parameters