Uses of Interface
org.apache.commons.text.FormatFactory
-
Packages that use 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(java.lang.String pattern, java.util.Locale locale, java.util.Map<java.lang.String,? extends FormatFactory> registry)
Constructs a new ExtendedMessageFormat.ExtendedMessageFormat(java.lang.String pattern, java.util.Map<java.lang.String,? extends FormatFactory> registry)
Constructs a new ExtendedMessageFormat for the default locale.
-