Class PluginAttachmentTextExtractorsProvider
java.lang.Object
com.atlassian.confluence.internal.index.attachment.PluginAttachmentTextExtractorsProvider
- All Implemented Interfaces:
Supplier<Stream<AttachmentTextExtractor>>
public class PluginAttachmentTextExtractorsProvider
extends Object
implements Supplier<Stream<AttachmentTextExtractor>>
Provides a list of available attachment text extractors which are classes implementing
AttachmentTextExtractor
and registered according to AttachmentTextExtractorModuleDescriptor
.- Since:
- 6.5
-
Constructor Summary
ConstructorsConstructorDescriptionPluginAttachmentTextExtractorsProvider
(com.atlassian.plugin.PluginAccessor pluginAccessor) -
Method Summary
-
Constructor Details
-
PluginAttachmentTextExtractorsProvider
public PluginAttachmentTextExtractorsProvider(com.atlassian.plugin.PluginAccessor pluginAccessor)
-
-
Method Details
-
get
- Specified by:
get
in interfaceSupplier<Stream<AttachmentTextExtractor>>
-