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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
convert(String value)
Convert format syntax to an other fromvalue
.
-