- TextProcessingException - Exception in pl.chilldev.commons.text
-
Error occuring during text processing.
- TextProcessingException(String) - Constructor for exception pl.chilldev.commons.text.TextProcessingException
-
Constructor with error message.
- TextProcessingException(String, Throwable) - Constructor for exception pl.chilldev.commons.text.TextProcessingException
-
Constructor with error message and root cause.
- transform(String) - Method in interface pl.chilldev.commons.text.formatter.FormatterInterface
-
Transforms source text into (X)HTML.
- transform(String) - Method in class pl.chilldev.commons.text.formatter.HtmlFormatter
-
Transforms source text into (X)HTML.
- transform(String) - Method in class pl.chilldev.commons.text.formatter.MarkdownFormatter
-
Transforms source text into (X)HTML.
- transform(String) - Method in class pl.chilldev.commons.text.formatter.PlainTextFormatter
-
Transforms source text into (X)HTML.
- transform(String, String) - Method in class pl.chilldev.commons.text.Formatter
-
Transforms text from given form.
- truncate(String, int, String, boolean) - Static method in class pl.chilldev.commons.text.html.Utils
-
Truncates text.
- truncate(String, int, String) - Static method in class pl.chilldev.commons.text.html.Utils
-
Truncates text.
- truncate(String, int, boolean) - Static method in class pl.chilldev.commons.text.html.Utils
-
Truncates text.
- truncate(String, int) - Static method in class pl.chilldev.commons.text.html.Utils
-
Truncates text.