com.ibm.di.admin
Class FixMessageFormat

java.lang.Object
  extended by com.ibm.di.admin.FixMessageFormat

public class FixMessageFormat
extends Object


Field Summary
protected  com.ibm.icu.text.MessageFormat format_
           
 
Constructor Summary
FixMessageFormat(String pattern, Locale locale)
           
 
Method Summary
static String fixPattern(String pattern)
           
 String format(Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

format_

protected com.ibm.icu.text.MessageFormat format_
Constructor Detail

FixMessageFormat

public FixMessageFormat(String pattern,
                        Locale locale)
Method Detail

format

public final String format(Object[] args)

fixPattern

public static String fixPattern(String pattern)