public interface IIndexProviderFactory
IIndexProvider
s for parsing/loading
the resources and creating index entries. Clients do not have implement this
interface. Clients nned to extend the
AbstractIndexProviderFactory
class.Modifier and Type | Method and Description |
---|---|
IIndexProvider |
createIndexProvider(org.eclipse.core.runtime.content.IContentType contentType)
Create the index provider for the specified content type
|
IIndexProvider createIndexProvider(org.eclipse.core.runtime.content.IContentType contentType)
contentType
- the specified content typeIIndexProvider
or null
if none