public interface FormatFactory
Format getFormat(String name, String arguments, Locale locale)
name
- The format type namearguments
- Arguments used to create the format instance. This allows the
FormatFactory
to implement the "format style"
concept from java.text.MessageFormat
.locale
- The locale, may be nullCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.