Package org.apache.commons.text
Interface FormatFactory
public interface FormatFactory
Format factory.
- Since:
- 1.0
-
Method Details
-
getFormat
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 fromjava.text.MessageFormat
.locale
- The locale, may be null- Returns:
- The format instance
-