@FunctionalInterface public interface ILinkParser
ILinkParser
parses an input text and performs modifications according to its render
strategies.Modifier and Type | Method and Description |
---|---|
String |
parse(String text)
Parses the
text and changes it according to the provided
ILinkRenderStrategy implementations. |
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.