Package org.nuiton.i18n.plugin.bundle
Interface BundleFormatConverter
- All Known Implementing Classes:
StringFormatToMessageFormatConverter
public interface BundleFormatConverter
Contract to make a conversion from a syntax to another one.
Created: 05/05/11
- Since:
- 2.4
- Author:
- Florian Desbois $Id$
-
Method Summary
-
Method Details
-
convert
Convert format syntax to an other fromvalue.- Parameters:
value- message with some format placeholders to convert- Returns:
- the message with other format syntax
-