类 NamespaceUtil
java.lang.Object
com.alibaba.nacos.common.utils.NamespaceUtil
namespace(tenant) util.
Because config and naming treat namespace(tenant) differently,
this tool class can only be used by the config module.
- 作者:
- klw(213539@qq.com)
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static StringprocessNamespaceParameter(String tenant)Treat the namespace(tenant) parameters with values of "public" and "null" as an empty string.
-
构造器详细资料
-
NamespaceUtil
public NamespaceUtil()
-
-
方法详细资料
-
processNamespaceParameter
Treat the namespace(tenant) parameters with values of "public" and "null" as an empty string.- 参数:
tenant- namespace(tenant) id- 返回:
- java.lang.String A namespace(tenant) string processed
-