Package com.vmware.vipclient.i18n.util
Class FormatUtils
- java.lang.Object
-
- com.vmware.vipclient.i18n.util.FormatUtils
-
public class FormatUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Stringformat(String pattern, Object... arguments)format a string with placeholder by the input argumentsstatic Stringformat(String pattern, Locale locale, Object... arguments)Deprecated.static StringformatMsg(String pattern, Locale locale, Object argument)
-