Package org.apache.commons.lang3.text
Interface FormatFactory
Deprecated.
As of 3.6, use Apache Commons Text
FormatFactory instead
Format factory.
- Since:
- 2.4
-
Method Summary
-
Method Details
-
getFormat
Deprecated.Create or retrieve a format instance.- Parameters:
name
- The format type namearguments
- Arguments used to create the format instance. This allows theFormatFactory
to implement the "format style" concept fromMessageFormat
.locale
- The locale, may be null- Returns:
- The format instance
-