Class DelegatingAttachmentTextExtractor
- java.lang.Object
- 
- com.atlassian.confluence.internal.index.attachment.DelegatingAttachmentTextExtractor
 
- 
 @ParametersAreNonnullByDefault public class DelegatingAttachmentTextExtractor extends Object The entry point for all attachment text extractors.- Since:
- 6.5
 
- 
- 
Constructor SummaryConstructors Constructor Description DelegatingAttachmentTextExtractor(Supplier<Stream<AttachmentTextExtractor>> pluginAttachmentTextExtractorsProvider, BiPredicate<AttachmentTextExtractor,Attachment> shouldExtractPredicate)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<InputStreamSource>extract(Attachment attachment)
 
- 
- 
- 
Constructor Detail- 
DelegatingAttachmentTextExtractorpublic DelegatingAttachmentTextExtractor(Supplier<Stream<AttachmentTextExtractor>> pluginAttachmentTextExtractorsProvider, BiPredicate<AttachmentTextExtractor,Attachment> shouldExtractPredicate) 
 
- 
 - 
Method Detail- 
extractpublic Optional<InputStreamSource> extract(Attachment attachment) 
 
- 
 
-