Package | Description |
---|---|
com.atlassian.confluence.internal.index.attachment | |
com.atlassian.confluence.plugin.descriptor |
Modifier and Type | Method and Description |
---|---|
Stream<AttachmentTextExtractor> |
PluginAttachmentTextExtractorsProvider.get() |
Modifier and Type | Method and Description |
---|---|
boolean |
ShouldExtractAttachmentTextPredicate.test(AttachmentTextExtractor textExtractor,
Attachment attachment) |
Constructor and Description |
---|
DelegatingAttachmentTextExtractor(Supplier<Stream<AttachmentTextExtractor>> pluginAttachmentTextExtractorsProvider,
BiPredicate<AttachmentTextExtractor,Attachment> shouldExtractPredicate) |
DelegatingAttachmentTextExtractor(Supplier<Stream<AttachmentTextExtractor>> pluginAttachmentTextExtractorsProvider,
BiPredicate<AttachmentTextExtractor,Attachment> shouldExtractPredicate) |
Modifier and Type | Method and Description |
---|---|
AttachmentTextExtractor |
AttachmentTextExtractorModuleDescriptor.createModule() |
AttachmentTextExtractor |
AttachmentTextExtractorModuleDescriptor.getModule() |
Copyright © 2003–2019 Atlassian. All rights reserved.