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:
fdesbois $Id: BundleFormatConverter.java 1921 2011-05-11 14:48:59Z tchemit $

Method Summary
 String convert(String value)
          Convert format syntax to an other from value.
 

Method Detail

convert

String convert(String value)
Convert format syntax to an other from value.

Parameters:
value - message with some format placeholders to convert
Returns:
the message with other format syntax


Copyright © 2007-2011 CodeLutin. All Rights Reserved.