| humanize.text.FormatFactory |
Class Overview
Format factory interface.
Public Methods
public
abstract
Format
getFormat
(String name, String args, Locale locale)
Creates a Format instance for the given parameters. The format
will be accessible as '{0, name, args}'.
Parameters
| name
| The format name |
| args
| The format arguments |
| locale
| Target locale |