Uses of Interface
org.apache.commons.text.FormatFactory
Package | Description |
---|---|
org.apache.commons.text |
Basic classes for text handling.
|
-
Uses of FormatFactory in org.apache.commons.text
Constructor parameters in org.apache.commons.text with type arguments of type FormatFactory Constructor Description ExtendedMessageFormat(String pattern, Locale locale, Map<String,? extends FormatFactory> registry)
Create a new ExtendedMessageFormat.ExtendedMessageFormat(String pattern, Map<String,? extends FormatFactory> registry)
Create a new ExtendedMessageFormat for the default locale.