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