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 implementingAttachmentTextExtractor
and registered according toAttachmentTextExtractorModuleDescriptor
.- Since:
- 6.5
-
-
Constructor Summary
Constructors Constructor Description PluginAttachmentTextExtractorsProvider(com.atlassian.plugin.PluginAccessor pluginAccessor)
-
-
-
Method Detail
-
get
public Stream<AttachmentTextExtractor> get()
- Specified by:
get
in interfaceSupplier<Stream<AttachmentTextExtractor>>
-
-