Uses of Interface
com.atlassian.confluence.index.attachment.AttachmentTextExtractor
-
Packages that use AttachmentTextExtractor Package Description com.atlassian.confluence.internal.index.attachment com.atlassian.confluence.plugin.descriptor -
-
Uses of AttachmentTextExtractor in com.atlassian.confluence.internal.index.attachment
Methods in com.atlassian.confluence.internal.index.attachment that return types with arguments of type AttachmentTextExtractor Modifier and Type Method Description Stream<AttachmentTextExtractor>PluginAttachmentTextExtractorsProvider. get()Methods in com.atlassian.confluence.internal.index.attachment with parameters of type AttachmentTextExtractor Modifier and Type Method Description booleanShouldExtractAttachmentTextPredicate. test(AttachmentTextExtractor textExtractor, Attachment attachment)Constructor parameters in com.atlassian.confluence.internal.index.attachment with type arguments of type AttachmentTextExtractor Constructor Description DelegatingAttachmentTextExtractor(Supplier<Stream<AttachmentTextExtractor>> pluginAttachmentTextExtractorsProvider, BiPredicate<AttachmentTextExtractor,Attachment> shouldExtractPredicate)DelegatingAttachmentTextExtractor(Supplier<Stream<AttachmentTextExtractor>> pluginAttachmentTextExtractorsProvider, BiPredicate<AttachmentTextExtractor,Attachment> shouldExtractPredicate) -
Uses of AttachmentTextExtractor in com.atlassian.confluence.plugin.descriptor
Methods in com.atlassian.confluence.plugin.descriptor that return AttachmentTextExtractor Modifier and Type Method Description AttachmentTextExtractorAttachmentTextExtractorModuleDescriptor. createModule()AttachmentTextExtractorAttachmentTextExtractorModuleDescriptor. getModule()
-