Class StringFormatter
java.lang.Object
ca.phon.formatter.StringFormatter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
StringFormatter
public StringFormatter()
-
-
Method Details
-
format
-
parse
Description copied from interface:Formatter
Parse the given string into a new object instance- Specified by:
parse
in interfaceFormatter<Object>
- Parameters:
text
-- Returns:
- parsed object
- Throws:
ParseException
- if there was a problem parsing the given text
-