com.aliyun.mns.common.utils
类 ResourceManager

java.lang.Object
  继承者 com.aliyun.mns.common.utils.ResourceManager

public class ResourceManager
extends Object

Manager class to get localized resources.


方法摘要
 String getFormattedString(String key, Object... args)
           
static ResourceManager getInstance(String baseName)
           
static ResourceManager getInstance(String baseName, Locale locale)
           
 String getString(String key)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

方法详细信息

getInstance

public static ResourceManager getInstance(String baseName)

getInstance

public static ResourceManager getInstance(String baseName,
                                          Locale locale)

getString

public String getString(String key)

getFormattedString

public String getFormattedString(String key,
                                 Object... args)


Copyright © 2016. All Rights Reserved.