Class PluginBulkExtractorProvider
- java.lang.Object
-
- com.atlassian.confluence.internal.search.extractor2.PluginBulkExtractorProvider
-
- All Implemented Interfaces:
BulkExtractorProvider
public class PluginBulkExtractorProvider extends Object implements BulkExtractorProvider
An implementation ofBulkExtractorProvider
that locatesBulkExtractor
instances from the plugin system.- Since:
- 7.14
-
-
Constructor Summary
Constructors Constructor Description PluginBulkExtractorProvider(com.atlassian.plugin.PluginAccessor pluginAccessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<BulkExtractor<?>>
findBulkExtractors(SearchIndex searchIndex)
-
-
-
Method Detail
-
findBulkExtractors
public Collection<BulkExtractor<?>> findBulkExtractors(SearchIndex searchIndex)
- Specified by:
findBulkExtractors
in interfaceBulkExtractorProvider
-
-