public class AbstractIndexProviderFactory extends java.lang.Object implements IIndexProviderFactory
IIndexProviderFactory. This class
needs to be extended by clients for providing IIndexProviders.
The providers are responsible for creating index entries for their resourcesIIndexProviderFactory| Constructor and Description |
|---|
AbstractIndexProviderFactory()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
IIndexProvider |
createIndexProvider(org.eclipse.core.runtime.content.IContentType contentType)
Create the index provider for the specified content type
|
public IIndexProvider createIndexProvider(org.eclipse.core.runtime.content.IContentType contentType)
IIndexProviderFactorycreateIndexProvider in interface IIndexProviderFactorycontentType - the specified content typeIIndexProvider or null if none