Package de.codecamp.messages.runtime
Class IcuMessageFormatFactory
- java.lang.Object
-
- de.codecamp.messages.runtime.IcuMessageFormatFactory
-
- All Implemented Interfaces:
MessageFormatFactory
public class IcuMessageFormatFactory extends Object implements MessageFormatFactory
-
-
Constructor Summary
Constructors Constructor Description IcuMessageFormatFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FormatcreateFormat(String message, Locale locale)booleanhasNamedArgsSupport()
-
-
-
Method Detail
-
hasNamedArgsSupport
public boolean hasNamedArgsSupport()
- Specified by:
hasNamedArgsSupportin interfaceMessageFormatFactory
-
createFormat
public Format createFormat(String message, Locale locale)
- Specified by:
createFormatin interfaceMessageFormatFactory
-
-