-
public interface NlsMessageFormatterFactoryThis is the interface to create anNlsFormatter.
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description NlsMessageFormattercreate(String message)This method creates a newNlsMessageFormatterfor the givenmessage.static NlsMessageFormatterFactoryget()
-
-
-
Method Detail
-
create
NlsMessageFormatter create(String message)
This method creates a newNlsMessageFormatterfor the givenmessage.
The format of themessageis described inNlsMessage.- Parameters:
message- is the template for the message where potentialarguments will be filled in.- Returns:
- the
NlsMessageFormatterfor the givenmessage.
-
get
static NlsMessageFormatterFactory get()
- Returns:
- the instance of
NlsMessageFormatterFactory.
-
-