Class DelegatingAttachmentTextExtractor
java.lang.Object
com.atlassian.confluence.internal.index.attachment.DelegatingAttachmentTextExtractor
The entry point for all attachment text extractors.
- Since:
- 6.5
-
Constructor Summary
ConstructorsConstructorDescriptionDelegatingAttachmentTextExtractor
(Supplier<Stream<AttachmentTextExtractor>> pluginAttachmentTextExtractorsProvider, BiPredicate<AttachmentTextExtractor, Attachment> shouldExtractPredicate) -
Method Summary
-
Constructor Details
-
DelegatingAttachmentTextExtractor
public DelegatingAttachmentTextExtractor(Supplier<Stream<AttachmentTextExtractor>> pluginAttachmentTextExtractorsProvider, BiPredicate<AttachmentTextExtractor, Attachment> shouldExtractPredicate)
-
-
Method Details
-
extract
-