public interface IIndexProvider
| Modifier and Type | Method and Description |
|---|---|
boolean |
providesFor(ICProject project)
This method is called to attach the index provider to the project specified.
|
boolean providesFor(ICProject project)
throws CoreException
The method will only be called once per project per eclipse session. This method will be called when a project is deleted and a new project of the same name added. It also may be called lazily (at the point of first logical index use).
project - CoreException