Uses of Interface
org.apache.commons.lang3.text.FormatFactory
-
Packages that use FormatFactory Package Description org.apache.commons.lang3.text Provides classes for handling and manipulating text, partly as an extension tojava.text
. -
-
Uses of FormatFactory in org.apache.commons.lang3.text
Constructor parameters in org.apache.commons.lang3.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)
Deprecated.Create a new ExtendedMessageFormat.ExtendedMessageFormat(java.lang.String pattern, java.util.Map<java.lang.String,? extends FormatFactory> registry)
Deprecated.Create a new ExtendedMessageFormat for the default locale.
-