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- 
getFormatDeprecated.Create or retrieve a format instance.- Parameters:
- name- The format type name
- arguments- Arguments used to create the format instance. This allows the- FormatFactoryto implement the "format style" concept from- MessageFormat.
- locale- The locale, may be null
- Returns:
- The format instance
 
 
-