Eclipse JDT
Release 3.8

Package org.eclipse.jdt.core.index

Provides support for generating indexes that can be used by the JDT search engine.

See:
          Description

Class Summary
JavaIndexer JavaIndexer provides functionality to generate index files which can be used by the JDT SearchEngine.
JavaIndexerApplication Implements an Eclipse Application for JavaIndexer.
 

Package org.eclipse.jdt.core.index Description

Provides support for generating indexes that can be used by the JDT search engine.

Package Specification

This package provides support for generating indexes that can be used by the search engine. The search engine indexes all the elements referred in the classpath entries of the project into index files. These index files are used to search the elements faster. Indexing for bigger jars could take some time. To avoid this time, one can generate the index file and specify it when the jar is added to the classpath of the project.


Eclipse JDT
Release 3.8

Guidelines for using Eclipse APIs.

Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.