com.baidubce.util
Class StringFormatUtils

java.lang.Object
  extended by com.baidubce.util.StringFormatUtils

public class StringFormatUtils
extends Object

Utility methods for formatting string.


Constructor Summary
StringFormatUtils()
           
 
Method Summary
static String checkEmptyExceptionMessageFormat(String key)
           
static String stringFormat(String baseMessage, String... keys)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringFormatUtils

public StringFormatUtils()
Method Detail

checkEmptyExceptionMessageFormat

public static String checkEmptyExceptionMessageFormat(String key)

stringFormat

public static String stringFormat(String baseMessage,
                                  String... keys)


Copyright © 2018. All rights reserved.