Class AttachmentExtractedTextHelper
- java.lang.Object
-
- com.atlassian.confluence.internal.index.attachment.AttachmentExtractedTextHelper
-
@ParametersAreNonnullByDefault @Internal public class AttachmentExtractedTextHelper extends Object
- Since:
- 6.5
-
-
Constructor Summary
Constructors Constructor Description AttachmentExtractedTextHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static InputStreamSource
toStreamSource(String input)
static Optional<String>
toString(InputStreamSource input)
-
-
-
Method Detail
-
toString
public static Optional<String> toString(InputStreamSource input)
-
toStreamSource
public static InputStreamSource toStreamSource(String input)
-
-