net.sf.mmm.util.nls.api
Interface NlsMessageFormatterFactory

All Known Implementing Classes:
NlsMessageFormatterFactoryImpl

@ComponentSpecification
public interface NlsMessageFormatterFactory

This is the interface to create an NlsFormatter.

Since:
2.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)

Method Summary
 NlsMessageFormatter create(String message)
          This method creates a new NlsMessageFormatter for the given message.
 

Method Detail

create

NlsMessageFormatter create(String message)
This method creates a new NlsMessageFormatter for the given message.
The format of the message is described in NlsMessage.

Parameters:
message - is the template for the message where potential arguments will be filled in.
Returns:
the NlsMessageFormatter for the given message.


Copyright © 2001-2010 mmm-Team. All Rights Reserved.