Class DefaultAttachmentTextExtraction
java.lang.Object
com.atlassian.confluence.internal.index.attachment.DefaultAttachmentTextExtraction
- All Implemented Interfaces:
AttachmentTextExtraction,Serializable
- Since:
- 6.5
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic AttachmentTextExtractionempty()booleangetText()inthashCode()static AttachmentTextExtractionof(byte[] bytes, boolean compressed) static AttachmentTextExtractionof(InputStreamSource source, boolean compressed) static AttachmentTextExtraction
-
Method Details
-
of
-
of
-
empty
-
of
-
getText
Description copied from interface:AttachmentTextExtractionReturns anOptionaldescribing the extracted text of if it is available, or an emptyOptionalotherwise.- Specified by:
getTextin interfaceAttachmentTextExtraction
-
equals
-
hashCode
public int hashCode()
-