Package org.apache.commons.lang.text
Interface FormatFactory
public interface FormatFactory
Format factory.
- Since:
- 2.4
- Version:
- $Id: FormatFactory.java 905636 2010-02-02 14:03:32Z niallp $
-
Method Summary
-
Method Details
-
getFormat
Create or retrieve a format instance.- Parameters:
name- The format type namearguments- Arguments used to create the format instance. This allows theFormatFactoryto implement the "format style" concept fromjava.text.MessageFormat.locale- The locale, may be null- Returns:
- The format instance
-