public interface FormatFactory
Modifier and Type | Method and Description |
---|---|
java.text.Format |
getFormat(java.lang.String name,
java.lang.String arguments,
java.util.Locale locale)
Create or retrieve a format instance.
|
java.text.Format getFormat(java.lang.String name, java.lang.String arguments, java.util.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 © 2010 - 2020 Adobe. All Rights Reserved