public interface TextFormatter
Interface for objects that can format text.
Modifier and Type | Method and Description |
---|---|
String |
format(String text) |
String |
parse(String text) |
boolean |
supportsParse() |
String parse(String text) throws ParseException
ParseException
boolean supportsParse()
Copyright © 2021. All Rights Reserved.