Package org.nuiton.i18n.plugin.bundle
Interface BundleFormatConverter
-
- All Known Implementing Classes:
StringFormatToMessageFormatConverter
public interface BundleFormatConverterContract 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 Stringconvert(String value)Convert format syntax to an other fromvalue.
-