@Deprecated public interface FormatFactory
Modifier and Type | Method and Description |
---|---|
Format |
getFormat(String name,
String arguments,
Locale locale)
Deprecated.
Create or retrieve a format instance.
|
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–2018 The Apache Software Foundation. All rights reserved.