public class AbstractIndexProviderFactory extends java.lang.Object implements IIndexProviderFactory
IIndexProviderFactory
. This class
needs to be extended by clients for providing IIndexProvider
s.
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)
IIndexProviderFactory
createIndexProvider
in interface IIndexProviderFactory
contentType
- the specified content typeIIndexProvider
or null
if none