public interface

FormatFactory

humanize.text.FormatFactory

Class Overview

Format factory interface.

Summary

Public Methods
abstract Format getFormat(String name, String args, Locale locale)
Creates a Format instance for the given parameters.

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
Returns
See Also